pub struct PgoItem<'a> {
pub rva: u32,
pub size: u32,
pub name: &'a CStr,
}Expand description
Describes a PGO section.
Fields§
§rva: u32§size: u32§name: &'a CStrTrait Implementations§
impl<'a> Copy for PgoItem<'a>
Auto Trait Implementations§
impl<'a> Freeze for PgoItem<'a>
impl<'a> RefUnwindSafe for PgoItem<'a>
impl<'a> Send for PgoItem<'a>
impl<'a> Sync for PgoItem<'a>
impl<'a> Unpin for PgoItem<'a>
impl<'a> UnwindSafe for PgoItem<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more