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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for im_type_flags
[src]
impl Clone for im_type_flags
[src]
fn clone(&self) -> im_type_flags
[src]
Returns a copy of the value. Read more
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]
fn eq(&self, __arg_0: &im_type_flags) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.