Enum gio_sys::GIOErrorEnum [] [src]

#[repr(C)]
pub enum GIOErrorEnum { Failed, NotFound, Exists, IsDirectory, NotDirectory, NotEmpty, NotRegularFile, NotSymbolicLink, NotMountableFile, FilenameTooLong, InvalidFilename, TooManyLinks, NoSpace, InvalidArgument, PermissionDenied, NotSupported, NotMounted, AlreadyMounted, Closed, Cancelled, Pending, ReadOnly, CantCreateBackup, WrongEtag, TimedOut, WouldRecurse, Busy, WouldBlock, HostNotFound, WouldMerge, FailedHandled, TooManyOpenFiles, NotInitialized, AddressInUse, PartialInput, InvalidData, DbusError, HostUnreachable, NetworkUnreachable, ConnectionRefused, ProxyFailed, ProxyAuthFailed, ProxyNeedAuth, ProxyNotAllowed, BrokenPipe, NotConnected, MessageTooLarge, }

Variants

Trait Implementations

impl Clone for GIOErrorEnum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GIOErrorEnum
[src]

impl Debug for GIOErrorEnum
[src]

Formats the value using the given formatter.

impl Eq for GIOErrorEnum
[src]

impl PartialEq for GIOErrorEnum
[src]

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

This method tests for !=.