pub struct NativeWindow { /* private fields */ }Auto Trait Implementations§
impl Freeze for NativeWindow
impl RefUnwindSafe for NativeWindow
impl Send for NativeWindow
impl Sync for NativeWindow
impl Unpin for NativeWindow
impl UnwindSafe for NativeWindow
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