pub struct DawnPipelineCache;Trait Implementations§
Source§impl Debug for DawnPipelineCache
impl Debug for DawnPipelineCache
Auto Trait Implementations§
impl Freeze for DawnPipelineCache
impl RefUnwindSafe for DawnPipelineCache
impl Send for DawnPipelineCache
impl Sync for DawnPipelineCache
impl Unpin for DawnPipelineCache
impl UnsafeUnpin for DawnPipelineCache
impl UnwindSafe for DawnPipelineCache
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