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