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