Enum vips_sys::GOptionArg [−][src]
#[repr(u32)]pub enum GOptionArg { G_OPTION_ARG_NONE, G_OPTION_ARG_STRING, G_OPTION_ARG_INT, G_OPTION_ARG_CALLBACK, G_OPTION_ARG_FILENAME, G_OPTION_ARG_STRING_ARRAY, G_OPTION_ARG_FILENAME_ARRAY, G_OPTION_ARG_DOUBLE, G_OPTION_ARG_INT64, }
Variants
G_OPTION_ARG_NONE
G_OPTION_ARG_STRING
G_OPTION_ARG_INT
G_OPTION_ARG_CALLBACK
G_OPTION_ARG_FILENAME
G_OPTION_ARG_STRING_ARRAY
G_OPTION_ARG_FILENAME_ARRAY
G_OPTION_ARG_DOUBLE
G_OPTION_ARG_INT64
Trait Implementations
impl Debug for GOptionArg
[src]
impl Debug for GOptionArg
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 GOptionArg
[src]
impl Copy for GOptionArg
impl Clone for GOptionArg
[src]
impl Clone for GOptionArg
fn clone(&self) -> GOptionArg
[src]
fn clone(&self) -> GOptionArg
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 GOptionArg
[src]
impl PartialEq for GOptionArg
fn eq(&self, other: &GOptionArg) -> bool
[src]
fn eq(&self, other: &GOptionArg) -> 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 GOptionArg
[src]
impl Eq for GOptionArg
impl Hash for GOptionArg
[src]
impl Hash for GOptionArg
Auto Trait Implementations
impl Send for GOptionArg
impl Send for GOptionArg
impl Sync for GOptionArg
impl Sync for GOptionArg