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