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