Struct linux_api::time::linux___kernel_old_timeval
source · #[repr(C)]pub struct linux___kernel_old_timeval {
pub tv_sec: c_long,
pub tv_usec: c_long,
}
Fields§
§tv_sec: c_long
§tv_usec: c_long
Trait Implementations§
source§impl Clone for linux___kernel_old_timeval
impl Clone for linux___kernel_old_timeval
source§fn clone(&self) -> linux___kernel_old_timeval
fn clone(&self) -> linux___kernel_old_timeval
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_old_timeval
impl Debug for linux___kernel_old_timeval
impl Copy for linux___kernel_old_timeval
impl Eq for linux___kernel_old_timeval
impl StructuralPartialEq for linux___kernel_old_timeval
Auto Trait Implementations§
impl Freeze for linux___kernel_old_timeval
impl RefUnwindSafe for linux___kernel_old_timeval
impl Send for linux___kernel_old_timeval
impl Sync for linux___kernel_old_timeval
impl Unpin for linux___kernel_old_timeval
impl UnwindSafe for linux___kernel_old_timeval
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
)