Enum vips_sys::VipsOperationRound [−][src]
#[repr(u32)]pub enum VipsOperationRound { VIPS_OPERATION_ROUND_RINT, VIPS_OPERATION_ROUND_CEIL, VIPS_OPERATION_ROUND_FLOOR, VIPS_OPERATION_ROUND_LAST, }
Variants
VIPS_OPERATION_ROUND_RINT
VIPS_OPERATION_ROUND_CEIL
VIPS_OPERATION_ROUND_FLOOR
VIPS_OPERATION_ROUND_LAST
Trait Implementations
impl Debug for VipsOperationRound
[src]
impl Debug for VipsOperationRound
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 VipsOperationRound
[src]
impl Copy for VipsOperationRound
impl Clone for VipsOperationRound
[src]
impl Clone for VipsOperationRound
fn clone(&self) -> VipsOperationRound
[src]
fn clone(&self) -> VipsOperationRound
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 VipsOperationRound
[src]
impl PartialEq for VipsOperationRound
fn eq(&self, other: &VipsOperationRound) -> bool
[src]
fn eq(&self, other: &VipsOperationRound) -> 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 VipsOperationRound
[src]
impl Eq for VipsOperationRound
impl Hash for VipsOperationRound
[src]
impl Hash for VipsOperationRound
Auto Trait Implementations
impl Send for VipsOperationRound
impl Send for VipsOperationRound
impl Sync for VipsOperationRound
impl Sync for VipsOperationRound