pub struct CommandBuffer {
label: Option<String>,
commands: Vec<Command>,
data_bytes: Vec<u8>,
queries: Vec<Query>,
}
Available on
gles
only.Fields§
§label: Option<String>
§commands: Vec<Command>
§data_bytes: Vec<u8>
§queries: Vec<Query>
Implementations§
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
source§impl DynResource for CommandBuffer
impl DynResource for CommandBuffer
impl DynCommandBuffer for CommandBuffer
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