pub enum ClipOperation {
Difference,
Intersect,
}Variants§
Auto Trait Implementations§
impl Freeze for ClipOperation
impl RefUnwindSafe for ClipOperation
impl Send for ClipOperation
impl Sync for ClipOperation
impl Unpin for ClipOperation
impl UnwindSafe for ClipOperation
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