Enum skia_bindings::SkPathOp
source · #[repr(u32)]pub enum SkPathOp {
Difference,
Intersect,
Union,
XOR,
ReverseDifference,
}
Variants§
Trait Implementations§
source§impl PartialEq<SkPathOp> for SkPathOp
impl PartialEq<SkPathOp> for SkPathOp
impl Copy for SkPathOp
impl Eq for SkPathOp
impl StructuralEq for SkPathOp
impl StructuralPartialEq for SkPathOp
Auto Trait Implementations§
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