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