#[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 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 moreSource§impl Debug for WGPUSupportedFeatures
impl Debug for WGPUSupportedFeatures
impl Copy 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