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