pub struct ResizableWindow { /* private fields */ }Expand description
Adds a corner to the plugin window that can be dragged in order to resize it. Resizing happens through plugin API, hence a custom implementation is needed.
Implementations§
Auto Trait Implementations§
impl Freeze for ResizableWindow
impl RefUnwindSafe for ResizableWindow
impl Send for ResizableWindow
impl Sync for ResizableWindow
impl Unpin for ResizableWindow
impl UnsafeUnpin for ResizableWindow
impl UnwindSafe for ResizableWindow
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