Struct libparted_sys::_PedTimer [] [src]

#[repr(C)]
pub struct _PedTimer { pub frac: f32, pub start: time_t, pub now: time_t, pub predicted_end: time_t, pub state_name: *const c_char, pub handler: PedTimerHandler, pub context: *mut c_void, }

Fields

Trait Implementations

impl Debug for _PedTimer
[src]

[src]

Formats the value using the given formatter.

impl Copy for _PedTimer
[src]

impl Clone for _PedTimer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more