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