pub struct InspectorOverlay<'a> { /* private fields */ }Expand description
Inspector overlay widget.
Renders hit region overlays and widget bounds on top of the UI.
Implementations§
Source§impl<'a> InspectorOverlay<'a>
impl<'a> InspectorOverlay<'a>
Sourcepub fn new(state: &'a InspectorState) -> Self
pub fn new(state: &'a InspectorState) -> Self
Create a new inspector overlay.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for InspectorOverlay<'a>
impl<'a> !RefUnwindSafe for InspectorOverlay<'a>
impl<'a> Send for InspectorOverlay<'a>
impl<'a> Sync for InspectorOverlay<'a>
impl<'a> Unpin for InspectorOverlay<'a>
impl<'a> !UnwindSafe for InspectorOverlay<'a>
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