Enum glib::FileError[][src]

pub enum FileError {
    Exist,
    Isdir,
    Acces,
    Nametoolong,
    Noent,
    Notdir,
    Nxio,
    Nodev,
    Rofs,
    Txtbsy,
    Fault,
    Loop,
    Nospc,
    Nomem,
    Mfile,
    Nfile,
    Badf,
    Inval,
    Pipe,
    Again,
    Intr,
    Io,
    Perm,
    Nosys,
    Failed,
}

Variants

Trait Implementations

impl Clone for FileError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FileError
[src]

impl Debug for FileError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for FileError
[src]

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

This method tests for !=.

impl Eq for FileError
[src]

impl ErrorDomain for FileError
[src]

Returns the quark identifying the error domain. Read more

Gets the integer representation of the variant.

Tries to convert an integer code to an enum variant. Read more

Auto Trait Implementations

impl Send for FileError

impl Sync for FileError