[−][src]Struct iced_glow::widget::canvas::Stroke
This is supported on
feature="canvas"
only.The style of a stroke.
Fields
color: Color
This is supported on
feature="canvas"
only.The color of the stroke.
width: f32
This is supported on
feature="canvas"
only.The distance between the two edges of the stroke.
line_cap: LineCap
This is supported on
feature="canvas"
only.The shape to be used at the end of open subpaths when they are stroked.
line_join: LineJoin
This is supported on
feature="canvas"
only.The shape to be used at the corners of paths or basic shapes when they are stroked.
Implementations
impl Stroke
[src]
pub fn with_color(self, color: Color) -> Stroke
[src]
This is supported on
feature="canvas"
only.Sets the color of the Stroke
.
pub fn with_width(self, width: f32) -> Stroke
[src]
This is supported on
feature="canvas"
only.Sets the width of the Stroke
.
pub fn with_line_cap(self, line_cap: LineCap) -> Stroke
[src]
This is supported on
feature="canvas"
only.pub fn with_line_join(self, line_join: LineJoin) -> Stroke
[src]
This is supported on
feature="canvas"
only.Trait Implementations
impl Clone for Stroke
[src]
impl Copy for Stroke
[src]
impl Debug for Stroke
[src]
impl Default for Stroke
[src]
Auto Trait Implementations
impl RefUnwindSafe for Stroke
impl Send for Stroke
impl Sync for Stroke
impl Unpin for Stroke
impl UnwindSafe for Stroke
Blanket Implementations
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
[src]
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
fn adapt_into_using<M>(self, method: M) -> D where
M: TransformMatrix<Swp, Dwp, T>,
[src]
M: TransformMatrix<Swp, Dwp, T>,
fn adapt_into(self) -> D
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> ConvertInto<U> for T where
U: ConvertFrom<T>,
[src]
U: ConvertFrom<T>,
fn convert_into(self) -> U
[src]
fn convert_unclamped_into(self) -> U
[src]
fn try_convert_into(self) -> Result<U, OutOfBounds<U>>
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,