Struct libc_interface::utimbuf[][src]

#[repr(C)]
pub struct utimbuf { pub actime: time_t, pub modtime: time_t, }

Fields

Trait Implementations

impl Copy for utimbuf
[src]

impl Clone for utimbuf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for utimbuf

impl Sync for utimbuf