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
frac: f32start: time_tnow: time_tpredicted_end: time_tstate_name: *const c_charhandler: PedTimerHandlercontext: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _PedTimer
impl UnwindSafe for _PedTimer
Blanket Implementations
Mutably borrows from an owned value. Read more