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