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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FileError
[src]

impl Debug for FileError
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for FileError
[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 !=.

impl Eq for FileError
[src]

impl ErrorDomain for FileError
[src]

[src]

Returns the quark identifying the error domain. Read more

[src]

Gets the integer representation of the variant.

[src]

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

Auto Trait Implementations

impl Send for FileError

impl Sync for FileError