Struct pax_runtime::rendering::StrokeInstance
source · pub struct StrokeInstance {
pub color: Color,
pub width: f64,
pub style: StrokeStyle,
}Expand description
Represents the outer stroke of a drawable element
Fields§
§color: Color§width: f64§style: StrokeStyleAuto Trait Implementations§
impl Freeze for StrokeInstance
impl RefUnwindSafe for StrokeInstance
impl !Send for StrokeInstance
impl !Sync for StrokeInstance
impl Unpin for StrokeInstance
impl UnwindSafe for StrokeInstance
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
source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.