pub struct RwhCompat(/* private fields */);
Expand description
Compat for RawWindowHandle 4.x
Trait Implementations§
Source§impl HasRawWindowHandle for RwhCompat
impl HasRawWindowHandle for RwhCompat
fn raw_window_handle(&self) -> RawWindowHandle
Auto Trait Implementations§
impl Freeze for RwhCompat
impl RefUnwindSafe for RwhCompat
impl Send for RwhCompat
impl Sync for RwhCompat
impl Unpin for RwhCompat
impl UnwindSafe for RwhCompat
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