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