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