#[repr(C)]pub struct WGPUCommandEncoderDescriptor {
pub nextInChain: *mut WGPUChainedStruct,
pub label: WGPUStringView,
}Fields§
§nextInChain: *mut WGPUChainedStruct§label: WGPUStringViewTrait Implementations§
Source§impl Clone for WGPUCommandEncoderDescriptor
impl Clone for WGPUCommandEncoderDescriptor
Source§fn clone(&self) -> WGPUCommandEncoderDescriptor
fn clone(&self) -> WGPUCommandEncoderDescriptor
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 Debug for WGPUCommandEncoderDescriptor
impl Debug for WGPUCommandEncoderDescriptor
Source§impl Hash for WGPUCommandEncoderDescriptor
impl Hash for WGPUCommandEncoderDescriptor
Source§impl Ord for WGPUCommandEncoderDescriptor
impl Ord for WGPUCommandEncoderDescriptor
Source§fn cmp(&self, other: &WGPUCommandEncoderDescriptor) -> Ordering
fn cmp(&self, other: &WGPUCommandEncoderDescriptor) -> 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 WGPUCommandEncoderDescriptor
impl PartialEq for WGPUCommandEncoderDescriptor
Source§fn eq(&self, other: &WGPUCommandEncoderDescriptor) -> bool
fn eq(&self, other: &WGPUCommandEncoderDescriptor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUCommandEncoderDescriptor
impl PartialOrd for WGPUCommandEncoderDescriptor
impl Copy for WGPUCommandEncoderDescriptor
impl Eq for WGPUCommandEncoderDescriptor
impl StructuralPartialEq for WGPUCommandEncoderDescriptor
Auto Trait Implementations§
impl Freeze for WGPUCommandEncoderDescriptor
impl RefUnwindSafe for WGPUCommandEncoderDescriptor
impl !Send for WGPUCommandEncoderDescriptor
impl !Sync for WGPUCommandEncoderDescriptor
impl Unpin for WGPUCommandEncoderDescriptor
impl UnwindSafe for WGPUCommandEncoderDescriptor
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