#[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 duplicate 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
Source§impl Default for WGPUFuture
impl Default for WGPUFuture
Source§fn default() -> WGPUFuture
fn default() -> WGPUFuture
Returns the “default value” for a type. Read more
Source§impl Hash for WGPUFuture
impl Hash for WGPUFuture
Source§impl Ord for WGPUFuture
impl Ord for WGPUFuture
Source§fn cmp(&self, other: &WGPUFuture) -> Ordering
fn cmp(&self, other: &WGPUFuture) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUFuture
impl PartialEq for WGPUFuture
Source§impl PartialOrd for WGPUFuture
impl PartialOrd for WGPUFuture
impl Copy for WGPUFuture
impl Eq for WGPUFuture
impl StructuralPartialEq 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