#[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 · 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 WGPUCommandBufferDescriptor
impl Debug 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 · 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 Copy for WGPUCommandBufferDescriptor
impl Eq for WGPUCommandBufferDescriptor
impl StructuralPartialEq for WGPUCommandBufferDescriptor
Auto Trait Implementations§
impl Freeze for WGPUCommandBufferDescriptor
impl RefUnwindSafe for WGPUCommandBufferDescriptor
impl !Send for WGPUCommandBufferDescriptor
impl !Sync for WGPUCommandBufferDescriptor
impl Unpin 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