Enum vips_sys::GFileTest [−][src]
#[repr(u32)]pub enum GFileTest { G_FILE_TEST_IS_REGULAR, G_FILE_TEST_IS_SYMLINK, G_FILE_TEST_IS_DIR, G_FILE_TEST_IS_EXECUTABLE, G_FILE_TEST_EXISTS, }
Variants
G_FILE_TEST_IS_REGULAR
G_FILE_TEST_IS_SYMLINK
G_FILE_TEST_IS_DIR
G_FILE_TEST_IS_EXECUTABLE
G_FILE_TEST_EXISTS
Trait Implementations
impl Debug for GFileTest
[src]
impl Debug for GFileTest
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for GFileTest
[src]
impl Copy for GFileTest
impl Clone for GFileTest
[src]
impl Clone for GFileTest
fn clone(&self) -> GFileTest
[src]
fn clone(&self) -> GFileTest
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for GFileTest
[src]
impl PartialEq for GFileTest
fn eq(&self, other: &GFileTest) -> bool
[src]
fn eq(&self, other: &GFileTest) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for GFileTest
[src]
impl Eq for GFileTest
impl Hash for GFileTest
[src]
impl Hash for GFileTest