pub enum WgpuInit {
ManualDeviceQueue(Adapter, Device, Queue),
ManualInit(ManualInit),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WgpuInit
impl !RefUnwindSafe for WgpuInit
impl Send for WgpuInit
impl Sync for WgpuInit
impl Unpin for WgpuInit
impl !UnwindSafe for WgpuInit
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