Enum vips_sys::VipsExtend [−][src]
#[repr(u32)]pub enum VipsExtend { VIPS_EXTEND_BLACK, VIPS_EXTEND_COPY, VIPS_EXTEND_REPEAT, VIPS_EXTEND_MIRROR, VIPS_EXTEND_WHITE, VIPS_EXTEND_BACKGROUND, VIPS_EXTEND_LAST, }
Variants
VIPS_EXTEND_BLACK
VIPS_EXTEND_COPY
VIPS_EXTEND_REPEAT
VIPS_EXTEND_MIRROR
VIPS_EXTEND_WHITE
VIPS_EXTEND_BACKGROUND
VIPS_EXTEND_LAST
Trait Implementations
impl Debug for VipsExtend
[src]
impl Debug for VipsExtend
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 VipsExtend
[src]
impl Copy for VipsExtend
impl Clone for VipsExtend
[src]
impl Clone for VipsExtend
fn clone(&self) -> VipsExtend
[src]
fn clone(&self) -> VipsExtend
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 VipsExtend
[src]
impl PartialEq for VipsExtend
fn eq(&self, other: &VipsExtend) -> bool
[src]
fn eq(&self, other: &VipsExtend) -> 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 VipsExtend
[src]
impl Eq for VipsExtend
impl Hash for VipsExtend
[src]
impl Hash for VipsExtend
Auto Trait Implementations
impl Send for VipsExtend
impl Send for VipsExtend
impl Sync for VipsExtend
impl Sync for VipsExtend