pub struct Inspector {
pub session: PluginSessionHandle,
pub ctx: InspectorContext,
}
Expand description
Reference to an inspector window that can be used to send messages
Fields§
§session: PluginSessionHandle
Plugin session handle the inspector is connected through
ctx: InspectorContext
Context data for the inspector
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Inspector
impl !RefUnwindSafe for Inspector
impl Send for Inspector
impl Sync for Inspector
impl Unpin for Inspector
impl !UnwindSafe for Inspector
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