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