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