pub type kernel_old_itimerval = linux___kernel_old_itimerval;
Aliased Type§
struct kernel_old_itimerval {
pub it_interval: linux___kernel_old_timeval,
pub it_value: linux___kernel_old_timeval,
}
Fields§
§it_interval: linux___kernel_old_timeval
§it_value: linux___kernel_old_timeval
Trait Implementations§
impl Pod for kernel_old_itimerval
Source§impl Clone for linux___kernel_old_itimerval
impl Clone for linux___kernel_old_itimerval
Source§fn clone(&self) -> linux___kernel_old_itimerval
fn clone(&self) -> linux___kernel_old_itimerval
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_itimerval
impl Debug for linux___kernel_old_itimerval
Source§impl PartialEq for linux___kernel_old_itimerval
impl PartialEq for linux___kernel_old_itimerval
Source§fn eq(&self, other: &linux___kernel_old_itimerval) -> bool
fn eq(&self, other: &linux___kernel_old_itimerval) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.