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