Struct nih_plug::editor::ParentWindowHandle
source · pub struct ParentWindowHandle {
pub handle: RawWindowHandle,
}
Expand description
A raw window handle for platform and GUI framework agnostic editors.
Fields§
§handle: RawWindowHandle
Trait Implementations§
source§impl HasRawWindowHandle for ParentWindowHandle
impl HasRawWindowHandle for ParentWindowHandle
fn raw_window_handle(&self) -> RawWindowHandle
Auto Trait Implementations§
impl RefUnwindSafe for ParentWindowHandle
impl !Send for ParentWindowHandle
impl !Sync for ParentWindowHandle
impl Unpin for ParentWindowHandle
impl UnwindSafe for ParentWindowHandle
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