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