#[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 copy 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
impl Copy 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