Enum vips_sys::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_CENTREVIPS_COMPASS_DIRECTION_NORTHVIPS_COMPASS_DIRECTION_EASTVIPS_COMPASS_DIRECTION_SOUTHVIPS_COMPASS_DIRECTION_WESTVIPS_COMPASS_DIRECTION_NORTH_EASTVIPS_COMPASS_DIRECTION_SOUTH_EASTVIPS_COMPASS_DIRECTION_SOUTH_WESTVIPS_COMPASS_DIRECTION_NORTH_WESTVIPS_COMPASS_DIRECTION_LAST
Trait Implementations
impl Debug for VipsCompassDirection[src]
impl Debug for VipsCompassDirectionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for VipsCompassDirection[src]
impl Copy for VipsCompassDirectionimpl Clone for VipsCompassDirection[src]
impl Clone for VipsCompassDirectionfn clone(&self) -> VipsCompassDirection[src]
fn clone(&self) -> VipsCompassDirectionReturns 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 VipsCompassDirection[src]
impl PartialEq for VipsCompassDirectionfn eq(&self, other: &VipsCompassDirection) -> bool[src]
fn eq(&self, other: &VipsCompassDirection) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for VipsCompassDirection[src]
impl Eq for VipsCompassDirectionimpl Hash for VipsCompassDirection[src]
impl Hash for VipsCompassDirectionAuto Trait Implementations
impl Send for VipsCompassDirection
impl Send for VipsCompassDirectionimpl Sync for VipsCompassDirection
impl Sync for VipsCompassDirection