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