Enum cairo_sys::enums::RegionOverlap [−][src]
#[repr(C)]pub enum RegionOverlap { In, Out, Part, }
Variants
InOutPart
Trait Implementations
impl Clone for RegionOverlap[src]
impl Clone for RegionOverlapfn clone(&self) -> RegionOverlap[src]
fn clone(&self) -> RegionOverlapReturns 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 RegionOverlapimpl Debug for RegionOverlap[src]
impl Debug for RegionOverlapfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for RegionOverlap[src]
impl PartialEq for RegionOverlapfn eq(&self, other: &RegionOverlap) -> bool[src]
fn eq(&self, other: &RegionOverlap) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for RegionOverlap[src]
impl Eq for RegionOverlapimpl StaticType for RegionOverlap[src]
impl StaticType for RegionOverlapfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for RegionOverlap[src]
impl<'a> FromValueOptional<'a> for RegionOverlapunsafe 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 RegionOverlapunsafe fn from_value(value: &Value) -> Self[src]
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for RegionOverlap[src]
impl SetValue for RegionOverlapAuto Trait Implementations
impl Send for RegionOverlap
impl Send for RegionOverlapimpl Sync for RegionOverlap
impl Sync for RegionOverlap