Struct oxygengine_composite_renderer::system::surface_cache::CompositeSurfaceCacheSystemCache
source · [−]pub struct CompositeSurfaceCacheSystemCache { /* private fields */ }Trait Implementations
sourceimpl Default for CompositeSurfaceCacheSystemCache
impl Default for CompositeSurfaceCacheSystemCache
sourcefn default() -> CompositeSurfaceCacheSystemCache
fn default() -> CompositeSurfaceCacheSystemCache
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CompositeSurfaceCacheSystemCache
impl Send for CompositeSurfaceCacheSystemCache
impl Sync for CompositeSurfaceCacheSystemCache
impl Unpin for CompositeSurfaceCacheSystemCache
impl UnwindSafe for CompositeSurfaceCacheSystemCache
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more