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