#[repr(transparent)]pub struct Tcd14CiterElinkno(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 Tcd14CiterElinkno
impl Clone for Tcd14CiterElinkno
Source§fn clone(&self) -> Tcd14CiterElinkno
fn clone(&self) -> Tcd14CiterElinkno
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 Tcd14CiterElinkno
impl Debug for Tcd14CiterElinkno
Source§impl Default for Tcd14CiterElinkno
impl Default for Tcd14CiterElinkno
Source§fn default() -> Tcd14CiterElinkno
fn default() -> Tcd14CiterElinkno
Returns the “default value” for a type. Read more
Source§impl PartialEq for Tcd14CiterElinkno
impl PartialEq for Tcd14CiterElinkno
impl Copy for Tcd14CiterElinkno
impl Eq for Tcd14CiterElinkno
impl StructuralPartialEq for Tcd14CiterElinkno
Auto Trait Implementations§
impl Freeze for Tcd14CiterElinkno
impl RefUnwindSafe for Tcd14CiterElinkno
impl Send for Tcd14CiterElinkno
impl Sync for Tcd14CiterElinkno
impl Unpin for Tcd14CiterElinkno
impl UnwindSafe for Tcd14CiterElinkno
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