pub enum TextureDescriptorExtension {
DawnTextureInternalUsageDescriptor(DawnTextureInternalUsageDescriptor),
}Variants§
DawnTextureInternalUsageDescriptor(DawnTextureInternalUsageDescriptor)
Trait Implementations§
Source§impl From<DawnTextureInternalUsageDescriptor> for TextureDescriptorExtension
impl From<DawnTextureInternalUsageDescriptor> for TextureDescriptorExtension
Source§fn from(ext: DawnTextureInternalUsageDescriptor) -> Self
fn from(ext: DawnTextureInternalUsageDescriptor) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TextureDescriptorExtension
impl RefUnwindSafe for TextureDescriptorExtension
impl Send for TextureDescriptorExtension
impl Sync for TextureDescriptorExtension
impl Unpin for TextureDescriptorExtension
impl UnsafeUnpin for TextureDescriptorExtension
impl UnwindSafe for TextureDescriptorExtension
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