pub type kernel_old_timeval = linux___kernel_old_timeval;
Aliased Type§
struct kernel_old_timeval {
pub tv_sec: i64,
pub tv_usec: i64,
}
Fields§
§tv_sec: i64
§tv_usec: i64
Trait Implementations§
impl Pod for kernel_old_timeval
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 more