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