Enum vips::VipsCompassDirection [−][src]
#[repr(u32)]pub enum VipsCompassDirection { VIPS_COMPASS_DIRECTION_CENTRE, VIPS_COMPASS_DIRECTION_NORTH, VIPS_COMPASS_DIRECTION_EAST, VIPS_COMPASS_DIRECTION_SOUTH, VIPS_COMPASS_DIRECTION_WEST, VIPS_COMPASS_DIRECTION_NORTH_EAST, VIPS_COMPASS_DIRECTION_SOUTH_EAST, VIPS_COMPASS_DIRECTION_SOUTH_WEST, VIPS_COMPASS_DIRECTION_NORTH_WEST, VIPS_COMPASS_DIRECTION_LAST, }
Variants
VIPS_COMPASS_DIRECTION_CENTRE
VIPS_COMPASS_DIRECTION_NORTH
VIPS_COMPASS_DIRECTION_EAST
VIPS_COMPASS_DIRECTION_SOUTH
VIPS_COMPASS_DIRECTION_WEST
VIPS_COMPASS_DIRECTION_NORTH_EAST
VIPS_COMPASS_DIRECTION_SOUTH_EAST
VIPS_COMPASS_DIRECTION_SOUTH_WEST
VIPS_COMPASS_DIRECTION_NORTH_WEST
VIPS_COMPASS_DIRECTION_LAST
Trait Implementations
impl Eq for VipsCompassDirection
[src]
impl Eq for VipsCompassDirection
impl Hash for VipsCompassDirection
[src]
impl Hash for VipsCompassDirection
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl PartialEq<VipsCompassDirection> for VipsCompassDirection
[src]
impl PartialEq<VipsCompassDirection> for VipsCompassDirection
fn eq(&self, other: &VipsCompassDirection) -> bool
[src]
fn eq(&self, other: &VipsCompassDirection) -> 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 Debug for VipsCompassDirection
[src]
impl Debug for VipsCompassDirection
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Clone for VipsCompassDirection
[src]
impl Clone for VipsCompassDirection
fn clone(&self) -> VipsCompassDirection
[src]
fn clone(&self) -> VipsCompassDirection
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 Copy for VipsCompassDirection
[src]
impl Copy for VipsCompassDirection
Auto Trait Implementations
impl Send for VipsCompassDirection
impl Send for VipsCompassDirection
impl Sync for VipsCompassDirection
impl Sync for VipsCompassDirection