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