Enum gio::FileType
[−]
[src]
pub enum FileType { Unknown, Regular, Directory, SymbolicLink, Special, Shortcut, Mountable, // some variants omitted }
Variants
Unknown
Regular
Directory
SymbolicLink
Special
Shortcut
Mountable
Trait Implementations
impl Clone for FileType
[src]
fn clone(&self) -> FileType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for FileType
[src]
impl Debug for FileType
[src]
impl Eq for FileType
[src]
impl PartialEq for FileType
[src]
fn eq(&self, __arg_0: &FileType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &FileType) -> bool
This method tests for !=
.