#[repr(C)]pub struct WGPUSupportedFeatures {
pub featureCount: usize,
pub features: *const WGPUFeatureName,
}Fields§
§featureCount: usize§features: *const WGPUFeatureNameTrait Implementations§
Source§impl Clone for WGPUSupportedFeatures
impl Clone for WGPUSupportedFeatures
Source§fn clone(&self) -> WGPUSupportedFeatures
fn clone(&self) -> WGPUSupportedFeatures
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 Debug for WGPUSupportedFeatures
impl Debug for WGPUSupportedFeatures
Source§impl Default for WGPUSupportedFeatures
impl Default for WGPUSupportedFeatures
Source§impl Hash for WGPUSupportedFeatures
impl Hash for WGPUSupportedFeatures
Source§impl Ord for WGPUSupportedFeatures
impl Ord for WGPUSupportedFeatures
Source§fn cmp(&self, other: &WGPUSupportedFeatures) -> Ordering
fn cmp(&self, other: &WGPUSupportedFeatures) -> 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 WGPUSupportedFeatures
impl PartialEq for WGPUSupportedFeatures
Source§impl PartialOrd for WGPUSupportedFeatures
impl PartialOrd for WGPUSupportedFeatures
impl Copy for WGPUSupportedFeatures
impl Eq for WGPUSupportedFeatures
impl StructuralPartialEq for WGPUSupportedFeatures
Auto Trait Implementations§
impl Freeze for WGPUSupportedFeatures
impl RefUnwindSafe for WGPUSupportedFeatures
impl !Send for WGPUSupportedFeatures
impl !Sync for WGPUSupportedFeatures
impl Unpin for WGPUSupportedFeatures
impl UnwindSafe for WGPUSupportedFeatures
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