Enum glib_sys::GOnceStatus
[−]
[src]
pub enum GOnceStatus { Notcalled, Progress, Ready, }
Variants
Notcalled | ||
Progress | ||
Ready |
pub enum GOnceStatus { Notcalled, Progress, Ready, }
Notcalled | ||
Progress | ||
Ready |
impl PartialEq for GOnceStatus
fn eq(&self, __arg_0: &GOnceStatus) -> bool
fn ne(&self, __arg_0: &GOnceStatus) -> bool
impl Eq for GOnceStatus
impl Debug for GOnceStatus
impl Copy for GOnceStatus
impl Clone for GOnceStatus
fn clone(&self) -> GOnceStatus
fn clone_from(&mut self, source: &Self)