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