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