Struct wgpu::hal::OpenDevice
source · pub struct OpenDevice<A>where
A: Api,{
pub device: <A as Api>::Device,
pub queue: <A as Api>::Queue,
}Available on
wgpu_core only.Fields§
§device: <A as Api>::Device§queue: <A as Api>::QueueTrait Implementations§
Auto Trait Implementations§
impl<A> RefUnwindSafe for OpenDevice<A>
impl<A> Send for OpenDevice<A>
impl<A> Sync for OpenDevice<A>
impl<A> Unpin for OpenDevice<A>
impl<A> UnwindSafe for OpenDevice<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