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