#[repr(packed(1))]pub struct SamplePc(pub u64);Available on crate features
profile and interp only.Expand description
A small wrapper around u64 to reduce its alignment to 1.
Tuple Fields§
§0: u64Auto Trait Implementations§
impl Freeze for SamplePc
impl RefUnwindSafe for SamplePc
impl Send for SamplePc
impl Sync for SamplePc
impl Unpin for SamplePc
impl UnsafeUnpin for SamplePc
impl UnwindSafe for SamplePc
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