[−][src]Struct embedded_graphics::style::Style
Style properties for an object
Fields
fill_color: Option<P>
Fill colour of the object
For fonts, this is the background colour of the text
stroke_color: Option<P>
Stroke (border/line) color of the object
For fonts, this is the foreground colour of the text
stroke_width: u8
Stroke width
Set the stroke width for an object. Has no effect on fonts.
Methods
impl<P> Style<P> where
P: PixelColor,
[src]
P: PixelColor,
pub fn stroke(stroke_color: P) -> Self
[src]
Create a new style with a given stroke value and defaults for everything else
Trait Implementations
impl<P: Clone + PixelColor> Clone for Style<P>
[src]
fn clone(&self) -> Style<P>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<P: Copy + PixelColor> Copy for Style<P>
[src]
impl<P: Debug + PixelColor> Debug for Style<P>
[src]
impl<P> Default for Style<P> where
P: PixelColor,
[src]
P: PixelColor,
Auto Trait Implementations
impl<P> Send for Style<P> where
P: Send,
P: Send,
impl<P> Sync for Style<P> where
P: Sync,
P: Sync,
impl<P> Unpin for Style<P> where
P: Unpin,
P: Unpin,
Blanket Implementations
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> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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>,