pub struct DrawShape {
pub rect: Rect,
pub brush: Brush,
pub shape: Option<RoundedCornerShape>,
pub z_index: usize,
pub clip: Option<Rect>,
}Fields§
§rect: Rect§brush: Brush§shape: Option<RoundedCornerShape>§z_index: usize§clip: Option<Rect>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DrawShape
impl RefUnwindSafe for DrawShape
impl Send for DrawShape
impl Sync for DrawShape
impl Unpin for DrawShape
impl UnwindSafe for DrawShape
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