pub struct OutlineFillRectanglesData {
pub fill_style: Style,
pub line_style: Style,
pub line_width: Unit,
pub rectangles: Vec<Rectangle>,
}Fields§
§fill_style: Style§line_style: Style§line_width: Unit§rectangles: Vec<Rectangle>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutlineFillRectanglesData
impl RefUnwindSafe for OutlineFillRectanglesData
impl Send for OutlineFillRectanglesData
impl Sync for OutlineFillRectanglesData
impl Unpin for OutlineFillRectanglesData
impl UnwindSafe for OutlineFillRectanglesData
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