#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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
impl Eq for WGPUDawnEncoderInternalUsageDescriptor
Source§impl Ord for WGPUDawnEncoderInternalUsageDescriptor
impl Ord for WGPUDawnEncoderInternalUsageDescriptor
Source§fn cmp(&self, other: &WGPUDawnEncoderInternalUsageDescriptor) -> Ordering
fn cmp(&self, other: &WGPUDawnEncoderInternalUsageDescriptor) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for WGPUDawnEncoderInternalUsageDescriptor
impl PartialOrd for WGPUDawnEncoderInternalUsageDescriptor
impl StructuralPartialEq for WGPUDawnEncoderInternalUsageDescriptor
Auto Trait Implementations§
impl !Send for WGPUDawnEncoderInternalUsageDescriptor
impl !Sync for WGPUDawnEncoderInternalUsageDescriptor
impl Freeze for WGPUDawnEncoderInternalUsageDescriptor
impl RefUnwindSafe for WGPUDawnEncoderInternalUsageDescriptor
impl Unpin for WGPUDawnEncoderInternalUsageDescriptor
impl UnsafeUnpin 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