Type Alias itimerval

Source
pub type itimerval = linux_itimerval;

Aliased Type§

struct itimerval {
    pub it_interval: linux_timeval,
    pub it_value: linux_timeval,
}

Fields§

§it_interval: linux_timeval§it_value: linux_timeval

Trait Implementations§

Source§

impl VirtualAddressSpaceIndependent for itimerval

Source§

const IGNORE: () = ()

Used by the derive macro to validate that fields are Vasi.
Source§

impl Pod for itimerval

Source§

impl Clone for linux_itimerval

Source§

fn clone(&self) -> linux_itimerval

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for linux_itimerval

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for linux_itimerval

Source§

fn eq(&self, other: &linux_itimerval) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for linux_itimerval

Source§

impl Eq for linux_itimerval

Source§

impl StructuralPartialEq for linux_itimerval