Struct uring_sys2::__kernel_timespec
source · [−]#[repr(C)]pub struct __kernel_timespec {
pub tv_sec: i64,
pub tv_nsec: c_longlong,
}Fields
tv_sec: i64tv_nsec: c_longlongAuto 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more