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