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