Enum vips_sys::GFormatSizeFlags[][src]

#[repr(u32)]
pub enum GFormatSizeFlags { G_FORMAT_SIZE_DEFAULT, G_FORMAT_SIZE_LONG_FORMAT, G_FORMAT_SIZE_IEC_UNITS, G_FORMAT_SIZE_BITS, }

Variants

Trait Implementations

impl Debug for GFormatSizeFlags
[src]

Formats the value using the given formatter. Read more

impl Copy for GFormatSizeFlags
[src]

impl Clone for GFormatSizeFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

impl Sync for GFormatSizeFlags