Enum rootvg_quad::QuadPrimitive
source · pub enum QuadPrimitive {
Solid(SolidQuadPrimitive),
Gradient(GradientQuadPrimitive),
}Variants§
Solid(SolidQuadPrimitive)
Gradient(GradientQuadPrimitive)
Trait Implementations§
source§impl Clone for QuadPrimitive
impl Clone for QuadPrimitive
source§fn clone(&self) -> QuadPrimitive
fn clone(&self) -> QuadPrimitive
Returns a copy of the value. Read more
1.0.0 · 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 QuadPrimitive
impl Debug for QuadPrimitive
source§impl PartialEq for QuadPrimitive
impl PartialEq for QuadPrimitive
source§fn eq(&self, other: &QuadPrimitive) -> bool
fn eq(&self, other: &QuadPrimitive) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for QuadPrimitive
Auto Trait Implementations§
impl Freeze for QuadPrimitive
impl RefUnwindSafe for QuadPrimitive
impl Send for QuadPrimitive
impl Sync for QuadPrimitive
impl Unpin for QuadPrimitive
impl UnwindSafe for QuadPrimitive
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