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