Enum glib_sys::GIOError [] [src]

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

Variants

Trait Implementations

impl Clone for GIOError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GIOError
[src]

impl Debug for GIOError
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for GIOError
[src]

impl PartialEq for GIOError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.