pub struct CoreCommandBuffer {
pub(crate) context: ContextWgpuCore,
id: CommandBufferId,
}
Available on
wgpu_core
only.Fields§
§context: ContextWgpuCore
§id: CommandBufferId
Trait Implementations§
source§impl Debug for CoreCommandBuffer
impl Debug for CoreCommandBuffer
source§impl Drop for CoreCommandBuffer
impl Drop for CoreCommandBuffer
source§impl Hash for CoreCommandBuffer
impl Hash for CoreCommandBuffer
source§impl Ord for CoreCommandBuffer
impl Ord for CoreCommandBuffer
source§impl PartialEq for CoreCommandBuffer
impl PartialEq for CoreCommandBuffer
source§impl PartialOrd for CoreCommandBuffer
impl PartialOrd for CoreCommandBuffer
impl CommandBufferInterface for CoreCommandBuffer
impl Eq for CoreCommandBuffer
Auto Trait Implementations§
impl Freeze for CoreCommandBuffer
impl !RefUnwindSafe for CoreCommandBuffer
impl Send for CoreCommandBuffer
impl Sync for CoreCommandBuffer
impl Unpin for CoreCommandBuffer
impl !UnwindSafe for CoreCommandBuffer
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.