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