pub struct PipelineCache(/* private fields */);
Expand description
Opaque handle to a pipeline cache object
Trait Implementations§
Source§impl DeviceChild for PipelineCache
impl DeviceChild for PipelineCache
Source§impl VkHandle for PipelineCache
impl VkHandle for PipelineCache
type Handle = *mut VkPipelineCache
Source§fn native_ptr(&self) -> VkPipelineCache
fn native_ptr(&self) -> VkPipelineCache
Retrieve an underlying handle
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