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