Struct wgpu_core::command::CommandBuffer [−][src]
pub struct CommandBuffer<B: Backend> { /* fields omitted */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<B> !RefUnwindSafe for CommandBuffer<B>
impl<B> Send for CommandBuffer<B>
impl<B> Sync for CommandBuffer<B>
impl<B> Unpin for CommandBuffer<B> where
<B as Backend>::CommandBuffer: Unpin,
impl<B> !UnwindSafe for CommandBuffer<B>