Enum skia_bindings::SkRegion_Op
source · #[repr(u32)]pub enum SkRegion_Op {
Difference,
Intersect,
Union,
XOR,
ReverseDifference,
Replace,
}
Variants§
Implementations§
source§impl SkRegion_Op
impl SkRegion_Op
pub const LastOp: SkRegion_Op = SkRegion_Op::Replace
Trait Implementations§
source§impl Clone for SkRegion_Op
impl Clone for SkRegion_Op
source§fn clone(&self) -> SkRegion_Op
fn clone(&self) -> SkRegion_Op
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SkRegion_Op
impl Debug for SkRegion_Op
source§impl Hash for SkRegion_Op
impl Hash for SkRegion_Op
source§impl PartialEq<SkRegion_Op> for SkRegion_Op
impl PartialEq<SkRegion_Op> for SkRegion_Op
source§fn eq(&self, other: &SkRegion_Op) -> bool
fn eq(&self, other: &SkRegion_Op) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkRegion_Op
impl Eq for SkRegion_Op
impl StructuralEq for SkRegion_Op
impl StructuralPartialEq for SkRegion_Op
Auto Trait Implementations§
impl RefUnwindSafe for SkRegion_Op
impl Send for SkRegion_Op
impl Sync for SkRegion_Op
impl Unpin for SkRegion_Op
impl UnwindSafe for SkRegion_Op
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more