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