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