Struct Smpr2
#[repr(transparent)]pub struct Smpr2(pub u32);
Expand description
sample time register 2
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Smpr2
impl Eq for Smpr2
impl StructuralPartialEq for Smpr2
Auto Trait Implementations§
impl Freeze for Smpr2
impl RefUnwindSafe for Smpr2
impl Send for Smpr2
impl Sync for Smpr2
impl Unpin for Smpr2
impl UnwindSafe for Smpr2
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