#[repr(C)]pub struct Mode0 { /* private fields */ }
Expand description
32-bit Counter with Single 32-bit Compare
Implementations§
Auto Trait Implementations§
impl !Freeze for Mode0
impl !RefUnwindSafe for Mode0
impl Send for Mode0
impl !Sync for Mode0
impl Unpin for Mode0
impl UnwindSafe for Mode0
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