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