#[repr(transparent)]pub struct Sm2captcompx(pub u16);Expand description
Capture Compare X Register
Tuple Fields§
§0: u16Implementations§
Source§impl Sm2captcompx
impl Sm2captcompx
Trait Implementations§
Source§impl Clone for Sm2captcompx
impl Clone for Sm2captcompx
Source§fn clone(&self) -> Sm2captcompx
fn clone(&self) -> Sm2captcompx
Returns a duplicate 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 moreSource§impl Debug for Sm2captcompx
impl Debug for Sm2captcompx
Source§impl Default for Sm2captcompx
impl Default for Sm2captcompx
Source§fn default() -> Sm2captcompx
fn default() -> Sm2captcompx
Returns the “default value” for a type. Read more
Source§impl PartialEq for Sm2captcompx
impl PartialEq for Sm2captcompx
impl Copy for Sm2captcompx
impl Eq for Sm2captcompx
impl StructuralPartialEq for Sm2captcompx
Auto Trait Implementations§
impl Freeze for Sm2captcompx
impl RefUnwindSafe for Sm2captcompx
impl Send for Sm2captcompx
impl Sync for Sm2captcompx
impl Unpin for Sm2captcompx
impl UnwindSafe for Sm2captcompx
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