Enum vips::VipsOperationBoolean[][src]

#[repr(u32)]
pub enum VipsOperationBoolean { VIPS_OPERATION_BOOLEAN_AND, VIPS_OPERATION_BOOLEAN_OR, VIPS_OPERATION_BOOLEAN_EOR, VIPS_OPERATION_BOOLEAN_LSHIFT, VIPS_OPERATION_BOOLEAN_RSHIFT, VIPS_OPERATION_BOOLEAN_LAST, }

Variants

Trait Implementations

impl Eq for VipsOperationBoolean
[src]

impl Hash for VipsOperationBoolean
[src]

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

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

impl PartialEq<VipsOperationBoolean> for VipsOperationBoolean
[src]

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

This method tests for !=.

impl Debug for VipsOperationBoolean
[src]

Formats the value using the given formatter. Read more

impl Clone for VipsOperationBoolean
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsOperationBoolean
[src]

Auto Trait Implementations

impl Send for VipsOperationBoolean

impl Sync for VipsOperationBoolean