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