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