#[repr(C)]pub struct WGPUFuture {
pub id: u64,
}Fields§
§id: u64Trait Implementations§
Source§impl Clone for WGPUFuture
impl Clone for WGPUFuture
Source§fn clone(&self) -> WGPUFuture
fn clone(&self) -> WGPUFuture
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WGPUFuture
impl Debug for WGPUFuture
impl Copy for WGPUFuture
Auto Trait Implementations§
impl Freeze for WGPUFuture
impl RefUnwindSafe for WGPUFuture
impl Send for WGPUFuture
impl Sync for WGPUFuture
impl Unpin for WGPUFuture
impl UnwindSafe for WGPUFuture
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