Struct vips_sys::itimerspec [−][src]
Fields
it_interval: timespec
it_value: timespec
Trait Implementations
impl Debug for itimerspec
[src]
impl Debug for itimerspec
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for itimerspec
[src]
impl Copy for itimerspec
impl Clone for itimerspec
[src]
impl Clone for itimerspec
fn clone(&self) -> itimerspec
[src]
fn clone(&self) -> itimerspec
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for itimerspec
impl Send for itimerspec
impl Sync for itimerspec
impl Sync for itimerspec