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