Struct linux_raw_sys::v5_4::general::__kernel_itimerspec [−][src]
#[repr(C)]pub struct __kernel_itimerspec { pub it_interval: __kernel_timespec, pub it_value: __kernel_timespec, }
Fields
it_interval: __kernel_timespecit_value: __kernel_timespecTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __kernel_itimerspecimpl Send for __kernel_itimerspecimpl Sync for __kernel_itimerspecimpl Unpin for __kernel_itimerspecimpl UnwindSafe for __kernel_itimerspecBlanket Implementations
Mutably borrows from an owned value. Read more