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