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