pub struct PipelineCache(/* private fields */);Expand description
Trait Implementations§
Source§impl Clone for PipelineCache
impl Clone for PipelineCache
Source§fn clone(&self) -> PipelineCache
fn clone(&self) -> PipelineCache
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PipelineCache
Source§impl Debug for PipelineCache
impl Debug for PipelineCache
Source§impl Default for PipelineCache
impl Default for PipelineCache
impl Eq for PipelineCache
Source§impl Handle for PipelineCache
impl Handle for PipelineCache
Source§impl Hash for PipelineCache
impl Hash for PipelineCache
Source§impl PartialEq for PipelineCache
impl PartialEq for PipelineCache
Source§fn eq(&self, other: &PipelineCache) -> bool
fn eq(&self, other: &PipelineCache) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq 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 UnsafeUnpin 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