Enum vips_sys::VipsOperationComplexget [−][src]
#[repr(u32)]pub enum VipsOperationComplexget { VIPS_OPERATION_COMPLEXGET_REAL, VIPS_OPERATION_COMPLEXGET_IMAG, VIPS_OPERATION_COMPLEXGET_LAST, }
Variants
VIPS_OPERATION_COMPLEXGET_REAL
VIPS_OPERATION_COMPLEXGET_IMAG
VIPS_OPERATION_COMPLEXGET_LAST
Trait Implementations
impl Debug for VipsOperationComplexget
[src]
impl Debug for VipsOperationComplexget
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for VipsOperationComplexget
[src]
impl Copy for VipsOperationComplexget
impl Clone for VipsOperationComplexget
[src]
impl Clone for VipsOperationComplexget
fn clone(&self) -> VipsOperationComplexget
[src]
fn clone(&self) -> VipsOperationComplexget
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for VipsOperationComplexget
[src]
impl PartialEq for VipsOperationComplexget
fn eq(&self, other: &VipsOperationComplexget) -> bool
[src]
fn eq(&self, other: &VipsOperationComplexget) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for VipsOperationComplexget
[src]
impl Eq for VipsOperationComplexget
impl Hash for VipsOperationComplexget
[src]
impl Hash for VipsOperationComplexget
Auto Trait Implementations
impl Send for VipsOperationComplexget
impl Send for VipsOperationComplexget
impl Sync for VipsOperationComplexget
impl Sync for VipsOperationComplexget