pub struct AdapterPropertiesSubgroupMatrixConfigs {
pub configs: Option<Vec<SubgroupMatrixConfig>>,
/* private fields */
}Fields§
§configs: Option<Vec<SubgroupMatrixConfig>>Implementations§
Trait Implementations§
Source§impl From<AdapterPropertiesSubgroupMatrixConfigs> for AdapterInfoExtension
impl From<AdapterPropertiesSubgroupMatrixConfigs> for AdapterInfoExtension
Source§fn from(ext: AdapterPropertiesSubgroupMatrixConfigs) -> Self
fn from(ext: AdapterPropertiesSubgroupMatrixConfigs) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AdapterPropertiesSubgroupMatrixConfigs
impl RefUnwindSafe for AdapterPropertiesSubgroupMatrixConfigs
impl !Send for AdapterPropertiesSubgroupMatrixConfigs
impl !Sync for AdapterPropertiesSubgroupMatrixConfigs
impl Unpin for AdapterPropertiesSubgroupMatrixConfigs
impl UnsafeUnpin for AdapterPropertiesSubgroupMatrixConfigs
impl UnwindSafe for AdapterPropertiesSubgroupMatrixConfigs
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