Struct libc_interface::itimerspec[][src]

#[repr(C)]
pub struct itimerspec { pub it_interval: timespec, pub it_value: timespec, }

Fields

Trait Implementations

impl Copy for itimerspec
[src]

impl Clone for itimerspec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for itimerspec
[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 itimerspec
[src]

Auto Trait Implementations

impl Send for itimerspec

impl Sync for itimerspec