pub struct SupportedWGSLLanguageFeatures {
pub features: Option<Vec<WGSLLanguageFeatureName>>,
/* private fields */
}Fields§
§features: Option<Vec<WGSLLanguageFeatureName>>Implementations§
Trait Implementations§
Source§impl Drop for SupportedWGSLLanguageFeatures
impl Drop for SupportedWGSLLanguageFeatures
Auto Trait Implementations§
impl !Send for SupportedWGSLLanguageFeatures
impl !Sync for SupportedWGSLLanguageFeatures
impl Freeze for SupportedWGSLLanguageFeatures
impl RefUnwindSafe for SupportedWGSLLanguageFeatures
impl Unpin for SupportedWGSLLanguageFeatures
impl UnsafeUnpin for SupportedWGSLLanguageFeatures
impl UnwindSafe for SupportedWGSLLanguageFeatures
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