Enum glib_sys::GIOError [] [src]

#[repr(C)]
pub enum GIOError { None, Again, Inval, Unknown, }

Variants

Trait Implementations

impl Clone for GIOError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GIOError
[src]

impl Debug for GIOError
[src]

Formats the value using the given formatter.

impl Eq for GIOError
[src]

impl PartialEq for GIOError
[src]

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

This method tests for !=.