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