Struct Dtr21chCmp
#[repr(transparent)]pub struct Dtr21chCmp(pub u32);
Expand description
deadtime register 2
Tuple Fields§
§0: u32
Implementations§
§impl Dtr21chCmp
impl Dtr21chCmp
Trait Implementations§
§impl Clone for Dtr21chCmp
impl Clone for Dtr21chCmp
§fn clone(&self) -> Dtr21chCmp
fn clone(&self) -> Dtr21chCmp
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for Dtr21chCmp
impl Debug for Dtr21chCmp
§impl Default for Dtr21chCmp
impl Default for Dtr21chCmp
§fn default() -> Dtr21chCmp
fn default() -> Dtr21chCmp
Returns the “default value” for a type. Read more
§impl PartialEq for Dtr21chCmp
impl PartialEq for Dtr21chCmp
impl Copy for Dtr21chCmp
impl Eq for Dtr21chCmp
impl StructuralPartialEq for Dtr21chCmp
Auto Trait Implementations§
impl Freeze for Dtr21chCmp
impl RefUnwindSafe for Dtr21chCmp
impl Send for Dtr21chCmp
impl Sync for Dtr21chCmp
impl Unpin for Dtr21chCmp
impl UnwindSafe for Dtr21chCmp
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