Enum vips_sys::GOptionFlags [] [src]

#[repr(u32)]
pub enum GOptionFlags { G_OPTION_FLAG_NONE, G_OPTION_FLAG_HIDDEN, G_OPTION_FLAG_IN_MAIN, G_OPTION_FLAG_REVERSE, G_OPTION_FLAG_NO_ARG, G_OPTION_FLAG_FILENAME, G_OPTION_FLAG_OPTIONAL_ARG, G_OPTION_FLAG_NOALIAS, }

Variants

Trait Implementations

impl Debug for GOptionFlags
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GOptionFlags
[src]

impl Clone for GOptionFlags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for GOptionFlags
[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 GOptionFlags
[src]

impl Hash for GOptionFlags
[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