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