Enum vips_sys::GBindingFlags[][src]

#[repr(u32)]
pub enum GBindingFlags { G_BINDING_DEFAULT, G_BINDING_BIDIRECTIONAL, G_BINDING_SYNC_CREATE, G_BINDING_INVERT_BOOLEAN, }

Variants

Trait Implementations

impl Debug for GBindingFlags
[src]

Formats the value using the given formatter. Read more

impl Copy for GBindingFlags
[src]

impl Clone for GBindingFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GBindingFlags
[src]

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

This method tests for !=.

impl Eq for GBindingFlags
[src]

impl Hash for GBindingFlags
[src]

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

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

Auto Trait Implementations

impl Send for GBindingFlags

impl Sync for GBindingFlags