Struct wgpu_types::CommandBufferDescriptor [−][src]
#[repr(C)]pub struct CommandBufferDescriptor<L> { pub label: L, }
Expand description
Describes a [CommandBuffer].
Fields
label: LDebug label of this command buffer.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<L> RefUnwindSafe for CommandBufferDescriptor<L> where
L: RefUnwindSafe, impl<L> Send for CommandBufferDescriptor<L> where
L: Send, impl<L> Sync for CommandBufferDescriptor<L> where
L: Sync, impl<L> Unpin for CommandBufferDescriptor<L> where
L: Unpin, impl<L> UnwindSafe for CommandBufferDescriptor<L> where
L: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more