#[repr(C)]pub struct WGPUAdapterPropertiesSubgroupMatrixConfigs {
pub chain: WGPUChainedStruct,
pub configCount: usize,
pub configs: *const WGPUSubgroupMatrixConfig,
}Fields§
§chain: WGPUChainedStruct§configCount: usize§configs: *const WGPUSubgroupMatrixConfigTrait Implementations§
Source§impl Clone for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl Clone for WGPUAdapterPropertiesSubgroupMatrixConfigs
Source§fn clone(&self) -> WGPUAdapterPropertiesSubgroupMatrixConfigs
fn clone(&self) -> WGPUAdapterPropertiesSubgroupMatrixConfigs
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 Ord for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl Ord for WGPUAdapterPropertiesSubgroupMatrixConfigs
Source§fn cmp(&self, other: &WGPUAdapterPropertiesSubgroupMatrixConfigs) -> Ordering
fn cmp(&self, other: &WGPUAdapterPropertiesSubgroupMatrixConfigs) -> 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 WGPUAdapterPropertiesSubgroupMatrixConfigs
impl PartialEq for WGPUAdapterPropertiesSubgroupMatrixConfigs
Source§fn eq(&self, other: &WGPUAdapterPropertiesSubgroupMatrixConfigs) -> bool
fn eq(&self, other: &WGPUAdapterPropertiesSubgroupMatrixConfigs) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl PartialOrd for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl Copy for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl Eq for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl StructuralPartialEq for WGPUAdapterPropertiesSubgroupMatrixConfigs
Auto Trait Implementations§
impl Freeze for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl RefUnwindSafe for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl !Send for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl !Sync for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl Unpin for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl UnwindSafe for WGPUAdapterPropertiesSubgroupMatrixConfigs
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