#[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 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 WGPUAdapterPropertiesSubgroups
impl Eq for WGPUAdapterPropertiesSubgroups
Source§impl Ord for WGPUAdapterPropertiesSubgroups
impl Ord for WGPUAdapterPropertiesSubgroups
Source§fn cmp(&self, other: &WGPUAdapterPropertiesSubgroups) -> Ordering
fn cmp(&self, other: &WGPUAdapterPropertiesSubgroups) -> 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 WGPUAdapterPropertiesSubgroups
impl PartialOrd for WGPUAdapterPropertiesSubgroups
impl StructuralPartialEq for WGPUAdapterPropertiesSubgroups
Auto Trait Implementations§
impl !Send for WGPUAdapterPropertiesSubgroups
impl !Sync for WGPUAdapterPropertiesSubgroups
impl Freeze for WGPUAdapterPropertiesSubgroups
impl RefUnwindSafe for WGPUAdapterPropertiesSubgroups
impl Unpin for WGPUAdapterPropertiesSubgroups
impl UnsafeUnpin 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