#[repr(C)]pub struct WGPUDawnCacheDeviceDescriptor {
pub chain: WGPUChainedStruct,
pub isolationKey: WGPUStringView,
pub loadDataFunction: WGPUDawnLoadCacheDataFunction,
pub storeDataFunction: WGPUDawnStoreCacheDataFunction,
pub functionUserdata: *mut c_void,
}Fields§
§chain: WGPUChainedStruct§isolationKey: WGPUStringView§loadDataFunction: WGPUDawnLoadCacheDataFunction§storeDataFunction: WGPUDawnStoreCacheDataFunction§functionUserdata: *mut c_voidTrait Implementations§
Source§impl Clone for WGPUDawnCacheDeviceDescriptor
impl Clone for WGPUDawnCacheDeviceDescriptor
Source§fn clone(&self) -> WGPUDawnCacheDeviceDescriptor
fn clone(&self) -> WGPUDawnCacheDeviceDescriptor
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 Hash for WGPUDawnCacheDeviceDescriptor
impl Hash for WGPUDawnCacheDeviceDescriptor
Source§impl Ord for WGPUDawnCacheDeviceDescriptor
impl Ord for WGPUDawnCacheDeviceDescriptor
Source§fn cmp(&self, other: &WGPUDawnCacheDeviceDescriptor) -> Ordering
fn cmp(&self, other: &WGPUDawnCacheDeviceDescriptor) -> 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 WGPUDawnCacheDeviceDescriptor
impl PartialEq for WGPUDawnCacheDeviceDescriptor
Source§fn eq(&self, other: &WGPUDawnCacheDeviceDescriptor) -> bool
fn eq(&self, other: &WGPUDawnCacheDeviceDescriptor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUDawnCacheDeviceDescriptor
impl PartialOrd for WGPUDawnCacheDeviceDescriptor
impl Copy for WGPUDawnCacheDeviceDescriptor
impl Eq for WGPUDawnCacheDeviceDescriptor
impl StructuralPartialEq for WGPUDawnCacheDeviceDescriptor
Auto Trait Implementations§
impl Freeze for WGPUDawnCacheDeviceDescriptor
impl RefUnwindSafe for WGPUDawnCacheDeviceDescriptor
impl !Send for WGPUDawnCacheDeviceDescriptor
impl !Sync for WGPUDawnCacheDeviceDescriptor
impl Unpin for WGPUDawnCacheDeviceDescriptor
impl UnwindSafe for WGPUDawnCacheDeviceDescriptor
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