pub struct WindowResource<W: WindowProvider> {
pub handle: W::Handle,
}Fields§
§handle: W::HandleAuto Trait Implementations§
impl<W> Freeze for WindowResource<W>
impl<W> RefUnwindSafe for WindowResource<W>
impl<W> Send for WindowResource<W>
impl<W> Sync for WindowResource<W>
impl<W> Unpin for WindowResource<W>
impl<W> UnsafeUnpin for WindowResource<W>
impl<W> UnwindSafe for WindowResource<W>
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