Type Alias itimerspec

Source
pub type itimerspec = linux_itimerspec;

Aliased Type§

struct itimerspec {
    pub it_interval: linux_timespec,
    pub it_value: linux_timespec,
}

Fields§

§it_interval: linux_timespec§it_value: linux_timespec

Trait Implementations§

Source§

impl VirtualAddressSpaceIndependent for itimerspec

Source§

const IGNORE: () = ()

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

impl Pod for itimerspec

Source§

impl Clone for linux_itimerspec

Source§

fn clone(&self) -> linux_itimerspec

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_itimerspec

Source§

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

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

impl PartialEq for linux_itimerspec

Source§

fn eq(&self, other: &linux_itimerspec) -> 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_itimerspec

Source§

impl Eq for linux_itimerspec

Source§

impl StructuralPartialEq for linux_itimerspec