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