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