#[repr(transparent)]pub struct Tcd28Slast(pub u32);Expand description
TCD Last Source Address Adjustment
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for Tcd28Slast
impl Clone for Tcd28Slast
Source§fn clone(&self) -> Tcd28Slast
fn clone(&self) -> Tcd28Slast
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Tcd28Slast
impl Debug for Tcd28Slast
Source§impl Default for Tcd28Slast
impl Default for Tcd28Slast
Source§fn default() -> Tcd28Slast
fn default() -> Tcd28Slast
Returns the “default value” for a type. Read more
Source§impl PartialEq for Tcd28Slast
impl PartialEq for Tcd28Slast
impl Copy for Tcd28Slast
impl Eq for Tcd28Slast
impl StructuralPartialEq for Tcd28Slast
Auto Trait Implementations§
impl Freeze for Tcd28Slast
impl RefUnwindSafe for Tcd28Slast
impl Send for Tcd28Slast
impl Sync for Tcd28Slast
impl Unpin for Tcd28Slast
impl UnwindSafe for Tcd28Slast
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