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