Struct stm32_metapac::timer::regs::Smcr2chCmp
#[repr(transparent)]pub struct Smcr2chCmp(pub u32);
Expand description
slave mode control register
Tuple Fields§
§0: u32
Implementations§
§impl Smcr2chCmp
impl Smcr2chCmp
Trait Implementations§
§impl Clone for Smcr2chCmp
impl Clone for Smcr2chCmp
§fn clone(&self) -> Smcr2chCmp
fn clone(&self) -> Smcr2chCmp
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 Smcr2chCmp
impl Default for Smcr2chCmp
§fn default() -> Smcr2chCmp
fn default() -> Smcr2chCmp
Returns the “default value” for a type. Read more
§impl PartialEq for Smcr2chCmp
impl PartialEq for Smcr2chCmp
impl Copy for Smcr2chCmp
impl Eq for Smcr2chCmp
impl StructuralPartialEq for Smcr2chCmp
Auto Trait Implementations§
impl Freeze for Smcr2chCmp
impl RefUnwindSafe for Smcr2chCmp
impl Send for Smcr2chCmp
impl Sync for Smcr2chCmp
impl Unpin for Smcr2chCmp
impl UnwindSafe for Smcr2chCmp
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
)