#[repr(C)]pub struct WGPUDawnEncoderInternalUsageDescriptor {
pub chain: WGPUChainedStruct,
pub useInternalUsages: WGPUBool,
}Fields§
§chain: WGPUChainedStruct§useInternalUsages: WGPUBoolTrait Implementations§
Source§impl Clone for WGPUDawnEncoderInternalUsageDescriptor
impl Clone for WGPUDawnEncoderInternalUsageDescriptor
Source§fn clone(&self) -> WGPUDawnEncoderInternalUsageDescriptor
fn clone(&self) -> WGPUDawnEncoderInternalUsageDescriptor
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WGPUDawnEncoderInternalUsageDescriptor
Auto Trait Implementations§
impl Freeze for WGPUDawnEncoderInternalUsageDescriptor
impl RefUnwindSafe for WGPUDawnEncoderInternalUsageDescriptor
impl !Send for WGPUDawnEncoderInternalUsageDescriptor
impl !Sync for WGPUDawnEncoderInternalUsageDescriptor
impl Unpin for WGPUDawnEncoderInternalUsageDescriptor
impl UnwindSafe for WGPUDawnEncoderInternalUsageDescriptor
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