Struct webgl_rc::ClearColorSetting
source · [−]pub struct ClearColorSetting { /* private fields */ }
Trait Implementations
sourceimpl CachedSettings for ClearColorSetting
impl CachedSettings for ClearColorSetting
fn set(gl: &Gl, value: &Self)
fn read_cached(cache: &impl Deref<Target = SettingsCache>) -> Self
fn write_cached(cache: &mut impl DerefMut<Target = SettingsCache>, value: &Self)
sourceimpl Clone for ClearColorSetting
impl Clone for ClearColorSetting
sourcefn clone(&self) -> ClearColorSetting
fn clone(&self) -> ClearColorSetting
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 ClearColorSetting
impl Debug for ClearColorSetting
sourceimpl Default for ClearColorSetting
impl Default for ClearColorSetting
sourcefn default() -> ClearColorSetting
fn default() -> ClearColorSetting
Returns the “default value” for a type. Read more
sourceimpl PartialEq<ClearColorSetting> for ClearColorSetting
impl PartialEq<ClearColorSetting> for ClearColorSetting
sourcefn eq(&self, other: &ClearColorSetting) -> bool
fn eq(&self, other: &ClearColorSetting) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for ClearColorSetting
impl StructuralPartialEq for ClearColorSetting
Auto Trait Implementations
impl RefUnwindSafe for ClearColorSetting
impl Send for ClearColorSetting
impl Sync for ClearColorSetting
impl Unpin for ClearColorSetting
impl UnwindSafe for ClearColorSetting
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