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