Struct wgpu_core::instance::HalSurface
source · [−]Fields
raw: A::Surface
Auto Trait Implementations
impl<A> RefUnwindSafe for HalSurface<A> where
<A as Api>::Surface: RefUnwindSafe,
impl<A> Send for HalSurface<A>
impl<A> Sync for HalSurface<A>
impl<A> Unpin for HalSurface<A> where
<A as Api>::Surface: Unpin,
impl<A> UnwindSafe for HalSurface<A> where
<A as Api>::Surface: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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