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