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