Enum vips_sys::GTypeFundamentalFlags[][src]

#[repr(u32)]
pub enum GTypeFundamentalFlags { G_TYPE_FLAG_CLASSED, G_TYPE_FLAG_INSTANTIATABLE, G_TYPE_FLAG_DERIVABLE, G_TYPE_FLAG_DEEP_DERIVABLE, }

Variants

Trait Implementations

impl Debug for GTypeFundamentalFlags
[src]

Formats the value using the given formatter. Read more

impl Copy for GTypeFundamentalFlags
[src]

impl Clone for GTypeFundamentalFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

impl Sync for GTypeFundamentalFlags