Struct libc_interface::itimerval[][src]

#[repr(C)]
pub struct itimerval { pub it_interval: timeval, pub it_value: timeval, }

Fields

Trait Implementations

impl Copy for itimerval
[src]

impl Clone for itimerval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for itimerval
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for itimerval
[src]

Auto Trait Implementations

impl Send for itimerval

impl Sync for itimerval