#[repr(packed(1))]pub struct SamplePc(pub u64);Available on crate feature
profile only.Expand description
A small wrapper around u64 to reduce its alignment to 1.
Tuple Fields§
§0: u64#[repr(packed(1))]pub struct SamplePc(pub u64);profile only.A small wrapper around u64 to reduce its alignment to 1.
0: u64