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