pub struct StrokeStyleV1 {
pub dash: Option<DashPatternV1>,
}Fields§
§dash: Option<DashPatternV1>Trait Implementations§
Source§impl Clone for StrokeStyleV1
impl Clone for StrokeStyleV1
Source§fn clone(&self) -> StrokeStyleV1
fn clone(&self) -> StrokeStyleV1
Returns a duplicate 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 StrokeStyleV1
impl Debug for StrokeStyleV1
Source§impl Default for StrokeStyleV1
impl Default for StrokeStyleV1
Source§fn default() -> StrokeStyleV1
fn default() -> StrokeStyleV1
Returns the “default value” for a type. Read more
Source§impl PartialEq for StrokeStyleV1
impl PartialEq for StrokeStyleV1
impl Copy for StrokeStyleV1
impl StructuralPartialEq for StrokeStyleV1
Auto Trait Implementations§
impl Freeze for StrokeStyleV1
impl RefUnwindSafe for StrokeStyleV1
impl Send for StrokeStyleV1
impl Sync for StrokeStyleV1
impl Unpin for StrokeStyleV1
impl UnsafeUnpin for StrokeStyleV1
impl UnwindSafe for StrokeStyleV1
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