Enum vips_sys::GParamFlags [] [src]

#[repr(i32)]
pub enum GParamFlags { G_PARAM_READABLE, G_PARAM_WRITABLE, G_PARAM_READWRITE, G_PARAM_CONSTRUCT, G_PARAM_CONSTRUCT_ONLY, G_PARAM_LAX_VALIDATION, G_PARAM_STATIC_NAME, G_PARAM_STATIC_NICK, G_PARAM_STATIC_BLURB, G_PARAM_EXPLICIT_NOTIFY, G_PARAM_DEPRECATED, }

Variants

Trait Implementations

impl Debug for GParamFlags
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GParamFlags
[src]

impl Clone for GParamFlags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

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