#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl Eq for WGPUAdapterPropertiesSubgroupMatrixConfigs
Source§impl Ord for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl Ord for WGPUAdapterPropertiesSubgroupMatrixConfigs
Source§fn cmp(&self, other: &WGPUAdapterPropertiesSubgroupMatrixConfigs) -> Ordering
fn cmp(&self, other: &WGPUAdapterPropertiesSubgroupMatrixConfigs) -> Ordering
1.21.0 (const: unstable) · 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 PartialOrd for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl PartialOrd for WGPUAdapterPropertiesSubgroupMatrixConfigs
Source§fn partial_cmp(
&self,
other: &WGPUAdapterPropertiesSubgroupMatrixConfigs,
) -> Option<Ordering>
fn partial_cmp( &self, other: &WGPUAdapterPropertiesSubgroupMatrixConfigs, ) -> Option<Ordering>
impl StructuralPartialEq for WGPUAdapterPropertiesSubgroupMatrixConfigs
Auto Trait Implementations§
impl !Send for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl !Sync for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl Freeze for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl RefUnwindSafe for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl Unpin for WGPUAdapterPropertiesSubgroupMatrixConfigs
impl UnsafeUnpin 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