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