Expand description
Describes a PGO section.
Fields
rva: u32
size: u32
name: &'a CStr
Trait Implementations
impl<'a> Copy for PgoItem<'a>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more