#[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 (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 WGPUCommandEncoderDescriptor
Source§impl Debug for WGPUCommandEncoderDescriptor
impl Debug for WGPUCommandEncoderDescriptor
impl Eq 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 (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 WGPUCommandEncoderDescriptor
impl PartialOrd for WGPUCommandEncoderDescriptor
impl StructuralPartialEq for WGPUCommandEncoderDescriptor
Auto Trait Implementations§
impl !Send for WGPUCommandEncoderDescriptor
impl !Sync for WGPUCommandEncoderDescriptor
impl Freeze for WGPUCommandEncoderDescriptor
impl RefUnwindSafe for WGPUCommandEncoderDescriptor
impl Unpin for WGPUCommandEncoderDescriptor
impl UnsafeUnpin 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