Enum wgpu_core::id::markers::PipelineCache
source · pub enum PipelineCache {}
Trait Implementations§
source§impl Debug for PipelineCache
impl Debug for PipelineCache
impl Marker 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