pub struct ClockTimespec {
pub timespec: Timespec,
pub clock: ClockType,
}Fields§
§timespec: Timespec§clock: ClockTypeTrait Implementations§
Source§impl Clone for ClockTimespec
impl Clone for ClockTimespec
Source§fn clone(&self) -> ClockTimespec
fn clone(&self) -> ClockTimespec
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 ClockTimespec
impl Debug for ClockTimespec
Source§impl PartialEq for ClockTimespec
impl PartialEq for ClockTimespec
impl Copy for ClockTimespec
impl Eq for ClockTimespec
impl StructuralPartialEq for ClockTimespec
Auto Trait Implementations§
impl Freeze for ClockTimespec
impl RefUnwindSafe for ClockTimespec
impl Send for ClockTimespec
impl Sync for ClockTimespec
impl Unpin for ClockTimespec
impl UnwindSafe for ClockTimespec
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