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