#[repr(transparent)]pub struct Tcd10Doff(pub u16);Expand description
TCD Signed Destination Address Offset
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Tcd10Doff
impl Eq for Tcd10Doff
impl StructuralPartialEq for Tcd10Doff
Auto Trait Implementations§
impl Freeze for Tcd10Doff
impl RefUnwindSafe for Tcd10Doff
impl Send for Tcd10Doff
impl Sync for Tcd10Doff
impl Unpin for Tcd10Doff
impl UnwindSafe for Tcd10Doff
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