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