pub struct CxRectArea {
pub rect: Rect,
pub draw_clip: (DVec2, DVec2),
}Fields§
§rect: Rect§draw_clip: (DVec2, DVec2)Auto Trait Implementations§
impl Freeze for CxRectArea
impl RefUnwindSafe for CxRectArea
impl Send for CxRectArea
impl Sync for CxRectArea
impl Unpin for CxRectArea
impl UnsafeUnpin for CxRectArea
impl UnwindSafe for CxRectArea
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