#[repr(transparent)]pub struct Totsam(pub u32);Expand description
Total Samples Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Totsam
impl Eq for Totsam
impl StructuralPartialEq for Totsam
Auto Trait Implementations§
impl Freeze for Totsam
impl RefUnwindSafe for Totsam
impl Send for Totsam
impl Sync for Totsam
impl Unpin for Totsam
impl UnwindSafe for Totsam
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