#[repr(C)]pub struct timespec64 {
pub tv_sec: i64,
pub tv_nsec: i64,
}
Fields§
§tv_sec: i64
§tv_nsec: i64
Trait Implementations§
Source§impl Clone for timespec64
impl Clone for timespec64
Source§fn clone(&self) -> timespec64
fn clone(&self) -> timespec64
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 timespec64
impl Debug for timespec64
Source§impl Default for timespec64
impl Default for timespec64
Source§fn default() -> timespec64
fn default() -> timespec64
Returns the “default value” for a type. Read more
impl Copy for timespec64
Auto Trait Implementations§
impl Freeze for timespec64
impl RefUnwindSafe for timespec64
impl Send for timespec64
impl Sync for timespec64
impl Unpin for timespec64
impl UnwindSafe for timespec64
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