Enum glib_sys::GOnceStatus [] [src]

#[repr(C)]
pub enum GOnceStatus { Notcalled, Progress, Ready, }

Variants

Trait Implementations

impl Clone for GOnceStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GOnceStatus
[src]

impl Debug for GOnceStatus
[src]

Formats the value using the given formatter.

impl Eq for GOnceStatus
[src]

impl PartialEq for GOnceStatus
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.