enum ColrStackEntry {
ClipPath,
BlendLayer,
}Variants§
Trait Implementations§
Source§impl Clone for ColrStackEntry
impl Clone for ColrStackEntry
Source§fn clone(&self) -> ColrStackEntry
fn clone(&self) -> ColrStackEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ColrStackEntry
impl Debug for ColrStackEntry
Source§impl PartialEq for ColrStackEntry
impl PartialEq for ColrStackEntry
Source§fn eq(&self, other: &ColrStackEntry) -> bool
fn eq(&self, other: &ColrStackEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ColrStackEntry
impl Eq for ColrStackEntry
impl StructuralPartialEq for ColrStackEntry
Auto Trait Implementations§
impl Freeze for ColrStackEntry
impl RefUnwindSafe for ColrStackEntry
impl Send for ColrStackEntry
impl Sync for ColrStackEntry
impl Unpin for ColrStackEntry
impl UnsafeUnpin for ColrStackEntry
impl UnwindSafe for ColrStackEntry
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