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