pub struct WebGpu;
Expand description
WebGpu graphics API.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebGpu
impl RefUnwindSafe for WebGpu
impl Send for WebGpu
impl Sync for WebGpu
impl Unpin for WebGpu
impl UnwindSafe for WebGpu
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