pub struct PluginWindow { /* private fields */ }Expand description
A plugin window that manages the native window and plugin editor lifecycle
Implementations§
Source§impl PluginWindow
impl PluginWindow
Trait Implementations§
Source§impl Drop for PluginWindow
impl Drop for PluginWindow
Auto Trait Implementations§
impl Freeze for PluginWindow
impl RefUnwindSafe for PluginWindow
impl Send for PluginWindow
impl Sync for PluginWindow
impl Unpin for PluginWindow
impl UnsafeUnpin for PluginWindow
impl UnwindSafe for PluginWindow
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