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