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