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