Enum PathOp
#[repr(u32)]pub enum PathOp {
Difference = 0,
Intersect = 1,
Union = 2,
XOR = 3,
ReverseDifference = 4,
}
Variants§
Trait Implementations§
impl Copy for SkPathOp
impl Eq for SkPathOp
impl StructuralPartialEq for SkPathOp
Auto Trait Implementations§
impl Freeze for SkPathOp
impl RefUnwindSafe for SkPathOp
impl Send for SkPathOp
impl Sync for SkPathOp
impl Unpin for SkPathOp
impl UnwindSafe for SkPathOp
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