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