#[repr(transparent)]pub struct MacPps0TargetTimeNanoseconds(pub u32);Expand description
PPS0 Target Time Nanoseconds
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for MacPps0TargetTimeNanoseconds
impl Clone for MacPps0TargetTimeNanoseconds
Source§fn clone(&self) -> MacPps0TargetTimeNanoseconds
fn clone(&self) -> MacPps0TargetTimeNanoseconds
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 MacPps0TargetTimeNanoseconds
impl Debug for MacPps0TargetTimeNanoseconds
Source§impl Default for MacPps0TargetTimeNanoseconds
impl Default for MacPps0TargetTimeNanoseconds
Source§fn default() -> MacPps0TargetTimeNanoseconds
fn default() -> MacPps0TargetTimeNanoseconds
Returns the “default value” for a type. Read more
Source§impl PartialEq for MacPps0TargetTimeNanoseconds
impl PartialEq for MacPps0TargetTimeNanoseconds
Source§fn eq(&self, other: &MacPps0TargetTimeNanoseconds) -> bool
fn eq(&self, other: &MacPps0TargetTimeNanoseconds) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MacPps0TargetTimeNanoseconds
impl Eq for MacPps0TargetTimeNanoseconds
impl StructuralPartialEq for MacPps0TargetTimeNanoseconds
Auto Trait Implementations§
impl Freeze for MacPps0TargetTimeNanoseconds
impl RefUnwindSafe for MacPps0TargetTimeNanoseconds
impl Send for MacPps0TargetTimeNanoseconds
impl Sync for MacPps0TargetTimeNanoseconds
impl Unpin for MacPps0TargetTimeNanoseconds
impl UnwindSafe for MacPps0TargetTimeNanoseconds
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