Struct libparted::Timer [] [src]

pub struct Timer<'a> {
    pub phantom: PhantomData<&'a PedTimer>,
    // some fields omitted
}

Fields