Enum RegionOp
#[repr(u32)]pub enum RegionOp {
Difference = 0,
Intersect = 1,
Union = 2,
XOR = 3,
ReverseDifference = 4,
Replace = 5,
}
Variants§
Implementations§
§impl SkRegion_Op
impl SkRegion_Op
pub const LastOp: SkRegion_Op = SkRegion_Op::Replace
Trait Implementations§
§impl Clone for SkRegion_Op
impl Clone for SkRegion_Op
§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 more§impl Debug for SkRegion_Op
impl Debug for SkRegion_Op
§impl Hash for SkRegion_Op
impl Hash for SkRegion_Op
§impl PartialEq for SkRegion_Op
impl PartialEq for SkRegion_Op
impl Copy for SkRegion_Op
impl Eq for SkRegion_Op
impl StructuralPartialEq for SkRegion_Op
Auto Trait Implementations§
impl Freeze for SkRegion_Op
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