Enum vips_sys::VipsAngle45 [−][src]
#[repr(u32)]pub enum VipsAngle45 { VIPS_ANGLE45_D0, VIPS_ANGLE45_D45, VIPS_ANGLE45_D90, VIPS_ANGLE45_D135, VIPS_ANGLE45_D180, VIPS_ANGLE45_D225, VIPS_ANGLE45_D270, VIPS_ANGLE45_D315, VIPS_ANGLE45_LAST, }
Variants
VIPS_ANGLE45_D0
VIPS_ANGLE45_D45
VIPS_ANGLE45_D90
VIPS_ANGLE45_D135
VIPS_ANGLE45_D180
VIPS_ANGLE45_D225
VIPS_ANGLE45_D270
VIPS_ANGLE45_D315
VIPS_ANGLE45_LAST
Trait Implementations
impl Debug for VipsAngle45
[src]
impl Debug for VipsAngle45
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 VipsAngle45
[src]
impl Copy for VipsAngle45
impl Clone for VipsAngle45
[src]
impl Clone for VipsAngle45
fn clone(&self) -> VipsAngle45
[src]
fn clone(&self) -> VipsAngle45
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 VipsAngle45
[src]
impl PartialEq for VipsAngle45
fn eq(&self, other: &VipsAngle45) -> bool
[src]
fn eq(&self, other: &VipsAngle45) -> 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 VipsAngle45
[src]
impl Eq for VipsAngle45
impl Hash for VipsAngle45
[src]
impl Hash for VipsAngle45
Auto Trait Implementations
impl Send for VipsAngle45
impl Send for VipsAngle45
impl Sync for VipsAngle45
impl Sync for VipsAngle45