#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Ord for WGPUDawnEncoderInternalUsageDescriptor
impl Ord for WGPUDawnEncoderInternalUsageDescriptor
Source§fn cmp(&self, other: &WGPUDawnEncoderInternalUsageDescriptor) -> Ordering
fn cmp(&self, other: &WGPUDawnEncoderInternalUsageDescriptor) -> Ordering
1.21.0 · 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 PartialEq for WGPUDawnEncoderInternalUsageDescriptor
impl PartialEq for WGPUDawnEncoderInternalUsageDescriptor
Source§fn eq(&self, other: &WGPUDawnEncoderInternalUsageDescriptor) -> bool
fn eq(&self, other: &WGPUDawnEncoderInternalUsageDescriptor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUDawnEncoderInternalUsageDescriptor
impl PartialOrd for WGPUDawnEncoderInternalUsageDescriptor
impl Copy for WGPUDawnEncoderInternalUsageDescriptor
impl Eq for WGPUDawnEncoderInternalUsageDescriptor
impl StructuralPartialEq 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