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