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