pub struct PipelineCache { /* private fields */ }Available on 
vulkan only.Trait Implementations§
Source§impl Debug for PipelineCache
 
impl Debug for PipelineCache
Source§impl DynResource for PipelineCache
 
impl DynResource for PipelineCache
impl DynPipelineCache for PipelineCache
Auto Trait Implementations§
impl Freeze for PipelineCache
impl RefUnwindSafe for PipelineCache
impl Send for PipelineCache
impl Sync for PipelineCache
impl Unpin for PipelineCache
impl UnwindSafe for PipelineCache
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