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