Enum vips_sys::im_fn_flags [−][src]
#[repr(u32)]pub enum im_fn_flags { IM_FN_NONE, IM_FN_PIO, IM_FN_TRANSFORM, IM_FN_PTOP, IM_FN_NOCACHE, }
Variants
IM_FN_NONE
IM_FN_PIO
IM_FN_TRANSFORM
IM_FN_PTOP
IM_FN_NOCACHE
Trait Implementations
impl Debug for im_fn_flags
[src]
impl Debug for im_fn_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_fn_flags
[src]
impl Copy for im_fn_flags
impl Clone for im_fn_flags
[src]
impl Clone for im_fn_flags
fn clone(&self) -> im_fn_flags
[src]
fn clone(&self) -> im_fn_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_fn_flags
[src]
impl PartialEq for im_fn_flags
fn eq(&self, other: &im_fn_flags) -> bool
[src]
fn eq(&self, other: &im_fn_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_fn_flags
[src]
impl Eq for im_fn_flags
impl Hash for im_fn_flags
[src]
impl Hash for im_fn_flags
Auto Trait Implementations
impl Send for im_fn_flags
impl Send for im_fn_flags
impl Sync for im_fn_flags
impl Sync for im_fn_flags