Enum cairo::RegionOverlap
source · [−]pub enum RegionOverlap {
In,
Out,
Part,
// some variants omitted
}Variants
In
Out
Part
Trait Implementations
sourceimpl Clone for RegionOverlap
impl Clone for RegionOverlap
sourcefn clone(&self) -> RegionOverlap
fn clone(&self) -> RegionOverlap
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RegionOverlap
impl Debug for RegionOverlap
sourceimpl Display for RegionOverlap
impl Display for RegionOverlap
sourceimpl<'a> FromValue<'a> for RegionOverlap
impl<'a> FromValue<'a> for RegionOverlap
unsafe fn from_value(value: &Value) -> Self
sourceimpl<'a> FromValueOptional<'a> for RegionOverlap
impl<'a> FromValueOptional<'a> for RegionOverlap
unsafe fn from_value_optional(value: &Value) -> Option<Self>
sourceimpl PartialEq<RegionOverlap> for RegionOverlap
impl PartialEq<RegionOverlap> for RegionOverlap
sourcefn eq(&self, other: &RegionOverlap) -> bool
fn eq(&self, other: &RegionOverlap) -> bool
sourceimpl StaticType for RegionOverlap
impl StaticType for RegionOverlap
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self.impl Copy for RegionOverlap
impl Eq for RegionOverlap
impl StructuralEq for RegionOverlap
impl StructuralPartialEq for RegionOverlap
Auto Trait Implementations
impl RefUnwindSafe for RegionOverlap
impl Send for RegionOverlap
impl Sync for RegionOverlap
impl Unpin for RegionOverlap
impl UnwindSafe for RegionOverlap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToSendValue for Twhere
T: SetValue + Send + ToValue + ?Sized,
impl<T> ToSendValue for Twhere
T: SetValue + Send + ToValue + ?Sized,
sourcefn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue clone of self.