pub struct DawnEncoderInternalUsageDescriptor {
pub use_internal_usages: Option<bool>,
}Fields§
§use_internal_usages: Option<bool>Implementations§
Trait Implementations§
Source§impl From<DawnEncoderInternalUsageDescriptor> for CommandEncoderDescriptorExtension
impl From<DawnEncoderInternalUsageDescriptor> for CommandEncoderDescriptorExtension
Source§fn from(ext: DawnEncoderInternalUsageDescriptor) -> Self
fn from(ext: DawnEncoderInternalUsageDescriptor) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DawnEncoderInternalUsageDescriptor
impl RefUnwindSafe for DawnEncoderInternalUsageDescriptor
impl Send for DawnEncoderInternalUsageDescriptor
impl Sync for DawnEncoderInternalUsageDescriptor
impl Unpin for DawnEncoderInternalUsageDescriptor
impl UnsafeUnpin for DawnEncoderInternalUsageDescriptor
impl UnwindSafe for DawnEncoderInternalUsageDescriptor
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