Enum cairo_sys::enums::RegionOverlap [−][src]
#[repr(C)]pub enum RegionOverlap { In, Out, Part, }
Variants
In
Out
Part
Trait Implementations
impl Clone for RegionOverlap
[src]
impl Clone for RegionOverlap
fn clone(&self) -> RegionOverlap
[src]
fn clone(&self) -> RegionOverlap
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 Copy for RegionOverlap
[src]
impl Copy for RegionOverlap
impl Debug for RegionOverlap
[src]
impl Debug for RegionOverlap
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 PartialEq for RegionOverlap
[src]
impl PartialEq for RegionOverlap
fn eq(&self, other: &RegionOverlap) -> bool
[src]
fn eq(&self, other: &RegionOverlap) -> 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 RegionOverlap
[src]
impl Eq for RegionOverlap
impl StaticType for RegionOverlap
[src]
impl StaticType for RegionOverlap
fn static_type() -> Type
[src]
fn static_type() -> Type
Returns the type identifier of Self
.
impl<'a> FromValueOptional<'a> for RegionOverlap
[src]
impl<'a> FromValueOptional<'a> for RegionOverlap
unsafe fn from_value_optional(value: &Value) -> Option<Self>
[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>
impl<'a> FromValue<'a> for RegionOverlap
[src]
impl<'a> FromValue<'a> for RegionOverlap
unsafe fn from_value(value: &Value) -> Self
[src]
unsafe fn from_value(value: &Value) -> Self
impl SetValue for RegionOverlap
[src]
impl SetValue for RegionOverlap
Auto Trait Implementations
impl Send for RegionOverlap
impl Send for RegionOverlap
impl Sync for RegionOverlap
impl Sync for RegionOverlap