Struct egui_fltk_frontend::RwhCompat
source · [−]pub struct RwhCompat(_);Expand description
Compat for RawWindowHandle 4.x
Trait Implementations
sourceimpl HasRawWindowHandle for RwhCompat
impl HasRawWindowHandle for RwhCompat
fn raw_window_handle(&self) -> RawWindowHandle
Auto Trait Implementations
impl RefUnwindSafe for RwhCompat
impl Send for RwhCompat
impl Sync for RwhCompat
impl Unpin for RwhCompat
impl UnwindSafe for RwhCompat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more