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