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