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