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