Enum gio_sys::GFileType
[−]
[src]
#[repr(C)]pub enum GFileType { Unknown, Regular, Directory, SymbolicLink, Special, Shortcut, Mountable, }
Variants
Unknown
Regular
Directory
SymbolicLink
Special
Shortcut
Mountable
Trait Implementations
impl Clone for GFileType
[src]
fn clone(&self) -> GFileType
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