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