Enum vips_sys::VipsAngle [−][src]
#[repr(u32)]pub enum VipsAngle { VIPS_ANGLE_D0, VIPS_ANGLE_D90, VIPS_ANGLE_D180, VIPS_ANGLE_D270, VIPS_ANGLE_LAST, }
Variants
VIPS_ANGLE_D0
VIPS_ANGLE_D90
VIPS_ANGLE_D180
VIPS_ANGLE_D270
VIPS_ANGLE_LAST
Trait Implementations
impl Debug for VipsAngle
[src]
impl Debug for VipsAngle
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 VipsAngle
[src]
impl Copy for VipsAngle
impl Clone for VipsAngle
[src]
impl Clone for VipsAngle
fn clone(&self) -> VipsAngle
[src]
fn clone(&self) -> VipsAngle
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 VipsAngle
[src]
impl PartialEq for VipsAngle
fn eq(&self, other: &VipsAngle) -> bool
[src]
fn eq(&self, other: &VipsAngle) -> 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 VipsAngle
[src]
impl Eq for VipsAngle
impl Hash for VipsAngle
[src]
impl Hash for VipsAngle