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