pub enum StrokeFillType {
Color,
Gradient,
Pattern,
}Expand description
TS LayerEffectStroke.fillType.
Variants§
Trait Implementations§
Source§impl Clone for StrokeFillType
impl Clone for StrokeFillType
Source§fn clone(&self) -> StrokeFillType
fn clone(&self) -> StrokeFillType
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 StrokeFillType
Source§impl Debug for StrokeFillType
impl Debug for StrokeFillType
impl Eq for StrokeFillType
Source§impl PartialEq for StrokeFillType
impl PartialEq for StrokeFillType
Source§fn eq(&self, other: &StrokeFillType) -> bool
fn eq(&self, other: &StrokeFillType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StrokeFillType
Auto Trait Implementations§
impl Freeze for StrokeFillType
impl RefUnwindSafe for StrokeFillType
impl Send for StrokeFillType
impl Sync for StrokeFillType
impl Unpin for StrokeFillType
impl UnsafeUnpin for StrokeFillType
impl UnwindSafe for StrokeFillType
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