pub enum PathGradientKind {
Shape,
Circle,
Rectangle,
}Expand description
A DrawingML path-gradient shape.
Variants§
Trait Implementations§
Source§impl Clone for PathGradientKind
impl Clone for PathGradientKind
Source§fn clone(&self) -> PathGradientKind
fn clone(&self) -> PathGradientKind
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 moreimpl Copy for PathGradientKind
Source§impl Debug for PathGradientKind
impl Debug for PathGradientKind
impl Eq for PathGradientKind
Source§impl PartialEq for PathGradientKind
impl PartialEq for PathGradientKind
impl StructuralPartialEq for PathGradientKind
Auto Trait Implementations§
impl Freeze for PathGradientKind
impl RefUnwindSafe for PathGradientKind
impl Send for PathGradientKind
impl Sync for PathGradientKind
impl Unpin for PathGradientKind
impl UnsafeUnpin for PathGradientKind
impl UnwindSafe for PathGradientKind
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