Struct stm32_metapac::timer::regs::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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)