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