pub struct MetalCommandQueue { /* private fields */ }Expand description
A Metal command queue
Implementations§
Source§impl MetalCommandQueue
impl MetalCommandQueue
Sourcepub fn command_buffer(&self) -> Option<MetalCommandBuffer>
pub fn command_buffer(&self) -> Option<MetalCommandBuffer>
Create a command buffer
Trait Implementations§
Source§impl Debug for MetalCommandQueue
impl Debug for MetalCommandQueue
Source§impl Drop for MetalCommandQueue
impl Drop for MetalCommandQueue
impl Send for MetalCommandQueue
impl Sync for MetalCommandQueue
Auto Trait Implementations§
impl Freeze for MetalCommandQueue
impl RefUnwindSafe for MetalCommandQueue
impl Unpin for MetalCommandQueue
impl UnwindSafe for MetalCommandQueue
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