#[repr(C)]pub struct WGPUAdapterPropertiesSubgroups {
pub chain: WGPUChainedStruct,
pub subgroupMinSize: u32,
pub subgroupMaxSize: u32,
}Fields§
§chain: WGPUChainedStruct§subgroupMinSize: u32§subgroupMaxSize: u32Trait Implementations§
Source§impl Clone for WGPUAdapterPropertiesSubgroups
impl Clone for WGPUAdapterPropertiesSubgroups
Source§fn clone(&self) -> WGPUAdapterPropertiesSubgroups
fn clone(&self) -> WGPUAdapterPropertiesSubgroups
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 WGPUAdapterPropertiesSubgroups
Auto Trait Implementations§
impl Freeze for WGPUAdapterPropertiesSubgroups
impl RefUnwindSafe for WGPUAdapterPropertiesSubgroups
impl !Send for WGPUAdapterPropertiesSubgroups
impl !Sync for WGPUAdapterPropertiesSubgroups
impl Unpin for WGPUAdapterPropertiesSubgroups
impl UnwindSafe for WGPUAdapterPropertiesSubgroups
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