#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Ord for WGPUAdapterPropertiesSubgroups
impl Ord for WGPUAdapterPropertiesSubgroups
Source§fn cmp(&self, other: &WGPUAdapterPropertiesSubgroups) -> Ordering
fn cmp(&self, other: &WGPUAdapterPropertiesSubgroups) -> Ordering
1.21.0 · 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 PartialEq for WGPUAdapterPropertiesSubgroups
impl PartialEq for WGPUAdapterPropertiesSubgroups
Source§fn eq(&self, other: &WGPUAdapterPropertiesSubgroups) -> bool
fn eq(&self, other: &WGPUAdapterPropertiesSubgroups) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUAdapterPropertiesSubgroups
impl PartialOrd for WGPUAdapterPropertiesSubgroups
impl Copy for WGPUAdapterPropertiesSubgroups
impl Eq for WGPUAdapterPropertiesSubgroups
impl StructuralPartialEq 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