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