Struct picotcp_sys::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 Debug for itimerval
[src]

Formats the value using the given formatter.

impl Default for itimerval
[src]

Returns the "default value" for a type. Read more