#[repr(C)]pub enum GFileType {
Unknown = 0,
Regular = 1,
Directory = 2,
SymbolicLink = 3,
Special = 4,
Shortcut = 5,
Mountable = 6,
}Variants§
Auto Trait Implementations§
impl Freeze for GFileType
impl RefUnwindSafe for GFileType
impl Send for GFileType
impl Sync for GFileType
impl Unpin for GFileType
impl UnwindSafe for GFileType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more