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