pub struct InspectorControl {
pub action: InspectorAction,
pub bounds: Rect,
}Expand description
A visible inspector control and its logical hit bounds.
Fields§
§action: InspectorActionThe operation performed by this control.
bounds: RectBounds shared by rendering and pointer dispatch.
Trait Implementations§
Source§impl Clone for InspectorControl
impl Clone for InspectorControl
Source§impl Debug for InspectorControl
impl Debug for InspectorControl
Source§impl PartialEq for InspectorControl
impl PartialEq for InspectorControl
impl StructuralPartialEq for InspectorControl
Auto Trait Implementations§
impl Freeze for InspectorControl
impl RefUnwindSafe for InspectorControl
impl Send for InspectorControl
impl Sync for InspectorControl
impl Unpin for InspectorControl
impl UnsafeUnpin for InspectorControl
impl UnwindSafe for InspectorControl
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