pub struct DawnTextureInternalUsageDescriptor {
pub internal_usage: Option<TextureUsage>,
}Fields§
§internal_usage: Option<TextureUsage>Implementations§
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 DawnTextureInternalUsageDescriptor
impl RefUnwindSafe for DawnTextureInternalUsageDescriptor
impl Send for DawnTextureInternalUsageDescriptor
impl Sync for DawnTextureInternalUsageDescriptor
impl Unpin for DawnTextureInternalUsageDescriptor
impl UnsafeUnpin for DawnTextureInternalUsageDescriptor
impl UnwindSafe for DawnTextureInternalUsageDescriptor
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