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