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