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