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