Enum gio::FileType[][src]

pub enum FileType {
    Unknown,
    Regular,
    Directory,
    SymbolicLink,
    Special,
    Shortcut,
    Mountable,
    // some variants omitted
}

Variants

Trait Implementations

impl Clone for FileType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FileType
[src]

impl Debug for FileType
[src]

Formats the value using the given formatter. Read more

impl Eq for FileType
[src]

impl PartialEq for FileType
[src]

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

This method tests for !=.

impl Hash for FileType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl StaticType for FileType
[src]

Returns the type identifier of Self.

impl<'a> FromValueOptional<'a> for FileType
[src]

impl<'a> FromValue<'a> for FileType
[src]

impl SetValue for FileType
[src]

Auto Trait Implementations

impl Send for FileType

impl Sync for FileType