Struct webgl_rc::SettingsCache
source · [−]pub struct SettingsCache { /* private fields */ }Trait Implementations
sourceimpl Clone for SettingsCache
impl Clone for SettingsCache
sourcefn clone(&self) -> SettingsCache
fn clone(&self) -> SettingsCache
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SettingsCache
impl Debug for SettingsCache
sourceimpl Default for SettingsCache
impl Default for SettingsCache
sourcefn default() -> SettingsCache
fn default() -> SettingsCache
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for SettingsCache
impl !Send for SettingsCache
impl !Sync for SettingsCache
impl Unpin for SettingsCache
impl !UnwindSafe for SettingsCache
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more