pub struct MetalRenderPipelineState { /* private fields */ }Expand description
A compiled render pipeline state
Implementations§
Trait Implementations§
Source§impl Debug for MetalRenderPipelineState
impl Debug for MetalRenderPipelineState
Source§impl Drop for MetalRenderPipelineState
impl Drop for MetalRenderPipelineState
impl Send for MetalRenderPipelineState
impl Sync for MetalRenderPipelineState
Auto Trait Implementations§
impl Freeze for MetalRenderPipelineState
impl RefUnwindSafe for MetalRenderPipelineState
impl Unpin for MetalRenderPipelineState
impl UnwindSafe for MetalRenderPipelineState
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