#[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