pub struct ParentWindow(pub RawWindowHandle);Expand description
Newtype bridging truce’s RawWindowHandle to baseview’s
HasRawWindowHandle (raw-window-handle 0.5).
Tuple Fields§
§0: RawWindowHandleTrait Implementations§
Source§impl HasRawWindowHandle for ParentWindow
impl HasRawWindowHandle for ParentWindow
fn raw_window_handle(&self) -> RwhRawWindowHandle
Auto Trait Implementations§
impl Freeze for ParentWindow
impl RefUnwindSafe for ParentWindow
impl !Send for ParentWindow
impl !Sync for ParentWindow
impl Unpin for ParentWindow
impl UnsafeUnpin for ParentWindow
impl UnwindSafe for ParentWindow
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