Struct wgpu::core::instance::HalSurface
source · pub struct HalSurface<A>where
A: HalApi,{
pub raw: Arc<<A as Api>::Surface>,
}
Fields§
§raw: Arc<<A as Api>::Surface>
Trait Implementations§
Auto Trait Implementations§
impl<A> RefUnwindSafe for HalSurface<A>
impl<A> Send for HalSurface<A>
impl<A> Sync for HalSurface<A>
impl<A> Unpin for HalSurface<A>
impl<A> UnwindSafe for HalSurface<A>
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