pub struct RenderCacheHandle { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RenderCacheHandle
impl Clone for RenderCacheHandle
Source§fn clone(&self) -> RenderCacheHandle
fn clone(&self) -> RenderCacheHandle
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for RenderCacheHandle
impl !UnwindSafe for RenderCacheHandle
impl Freeze for RenderCacheHandle
impl Send for RenderCacheHandle
impl Sync for RenderCacheHandle
impl Unpin for RenderCacheHandle
impl UnsafeUnpin for RenderCacheHandle
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