Enum vips_sys::VipsAlign [−][src]
#[repr(u32)]pub enum VipsAlign { VIPS_ALIGN_LOW, VIPS_ALIGN_CENTRE, VIPS_ALIGN_HIGH, VIPS_ALIGN_LAST, }
Variants
VIPS_ALIGN_LOW
VIPS_ALIGN_CENTRE
VIPS_ALIGN_HIGH
VIPS_ALIGN_LAST
Trait Implementations
impl Debug for VipsAlign
[src]
impl Debug for VipsAlign
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 VipsAlign
[src]
impl Copy for VipsAlign
impl Clone for VipsAlign
[src]
impl Clone for VipsAlign
fn clone(&self) -> VipsAlign
[src]
fn clone(&self) -> VipsAlign
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 VipsAlign
[src]
impl PartialEq for VipsAlign
fn eq(&self, other: &VipsAlign) -> bool
[src]
fn eq(&self, other: &VipsAlign) -> 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 VipsAlign
[src]
impl Eq for VipsAlign
impl Hash for VipsAlign
[src]
impl Hash for VipsAlign