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