Struct wgpu_hal::gles::CommandBuffer
source · pub struct CommandBuffer { /* private fields */ }
Available on
gles
only.Trait Implementations§
source§impl Debug for CommandBuffer
impl Debug for CommandBuffer
source§impl Default for CommandBuffer
impl Default for CommandBuffer
source§fn default() -> CommandBuffer
fn default() -> CommandBuffer
Returns the “default value” for a type. Read more
impl Send for CommandBuffer
Available on
send_sync
only.impl Sync for CommandBuffer
Available on
send_sync
only.Auto Trait Implementations§
impl Freeze for CommandBuffer
impl RefUnwindSafe for CommandBuffer
impl Unpin for CommandBuffer
impl UnwindSafe for CommandBuffer
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