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