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

Trait Implementations

impl Debug for GOptionArg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GOptionArg
[src]

impl Clone for GOptionArg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for GOptionArg
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for GOptionArg
[src]

impl Hash for GOptionArg
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more