#[repr(u32)]pub enum GFileTest {
G_FILE_TEST_IS_REGULAR = 1,
G_FILE_TEST_IS_SYMLINK = 2,
G_FILE_TEST_IS_DIR = 4,
G_FILE_TEST_IS_EXECUTABLE = 8,
G_FILE_TEST_EXISTS = 16,
}Variants§
G_FILE_TEST_IS_REGULAR = 1
G_FILE_TEST_IS_SYMLINK = 2
G_FILE_TEST_IS_DIR = 4
G_FILE_TEST_IS_EXECUTABLE = 8
G_FILE_TEST_EXISTS = 16
Trait Implementations§
impl Copy for GFileTest
impl Eq for GFileTest
impl StructuralPartialEq for GFileTest
Auto Trait Implementations§
impl Freeze for GFileTest
impl RefUnwindSafe for GFileTest
impl Send for GFileTest
impl Sync for GFileTest
impl Unpin for GFileTest
impl UnwindSafe for GFileTest
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