pub struct DebugRect {
pub rect: Rect,
pub callstack: String,
pub is_clicking: bool,
}
Fields§
§rect: Rect
§callstack: String
§is_clicking: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugRect
impl RefUnwindSafe for DebugRect
impl Send for DebugRect
impl Sync for DebugRect
impl Unpin for DebugRect
impl UnwindSafe for DebugRect
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