Struct 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 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 Smcr2chCmp
impl Debug for Smcr2chCmp
§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