Struct linux_api::time::linux___kernel_timespec
source · #[repr(C)]pub struct linux___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 linux___kernel_timespec
impl Clone for linux___kernel_timespec
source§fn clone(&self) -> linux___kernel_timespec
fn clone(&self) -> linux___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 linux___kernel_timespec
impl Debug for linux___kernel_timespec
source§impl PartialEq for linux___kernel_timespec
impl PartialEq for linux___kernel_timespec
impl Copy for linux___kernel_timespec
impl Eq for linux___kernel_timespec
impl StructuralPartialEq for linux___kernel_timespec
Auto Trait Implementations§
impl Freeze for linux___kernel_timespec
impl RefUnwindSafe for linux___kernel_timespec
impl Send for linux___kernel_timespec
impl Sync for linux___kernel_timespec
impl Unpin for linux___kernel_timespec
impl UnwindSafe for linux___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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)