#[repr(C)]pub struct WGPUCommandBufferDescriptor {
pub nextInChain: *mut WGPUChainedStruct,
pub label: WGPUStringView,
}Fields§
§nextInChain: *mut WGPUChainedStruct§label: WGPUStringViewTrait Implementations§
Source§impl Clone for WGPUCommandBufferDescriptor
impl Clone for WGPUCommandBufferDescriptor
Source§fn clone(&self) -> WGPUCommandBufferDescriptor
fn clone(&self) -> WGPUCommandBufferDescriptor
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 WGPUCommandBufferDescriptor
Source§impl Debug for WGPUCommandBufferDescriptor
impl Debug for WGPUCommandBufferDescriptor
impl Eq for WGPUCommandBufferDescriptor
Source§impl Hash for WGPUCommandBufferDescriptor
impl Hash for WGPUCommandBufferDescriptor
Source§impl Ord for WGPUCommandBufferDescriptor
impl Ord for WGPUCommandBufferDescriptor
Source§fn cmp(&self, other: &WGPUCommandBufferDescriptor) -> Ordering
fn cmp(&self, other: &WGPUCommandBufferDescriptor) -> 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 WGPUCommandBufferDescriptor
impl PartialOrd for WGPUCommandBufferDescriptor
impl StructuralPartialEq for WGPUCommandBufferDescriptor
Auto Trait Implementations§
impl !Send for WGPUCommandBufferDescriptor
impl !Sync for WGPUCommandBufferDescriptor
impl Freeze for WGPUCommandBufferDescriptor
impl RefUnwindSafe for WGPUCommandBufferDescriptor
impl Unpin for WGPUCommandBufferDescriptor
impl UnsafeUnpin for WGPUCommandBufferDescriptor
impl UnwindSafe for WGPUCommandBufferDescriptor
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