pub enum ClipOp {
Intersect,
Difference,
}Expand description
ClipOp controls how a clip shape changes the current clip.
Variants§
Intersect
Intersect retains pixels inside the clip shape.
Difference
Difference retains pixels outside the clip shape.
Trait Implementations§
impl Copy for ClipOp
impl Eq for ClipOp
impl StructuralPartialEq for ClipOp
Auto Trait Implementations§
impl Freeze for ClipOp
impl RefUnwindSafe for ClipOp
impl Send for ClipOp
impl Sync for ClipOp
impl Unpin for ClipOp
impl UnsafeUnpin for ClipOp
impl UnwindSafe for ClipOp
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.