#[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 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 moreimpl Copy 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