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