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