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