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