Struct webgl_rc::BlendSetting
source · [−]pub struct BlendSetting(_);
Trait Implementations
sourceimpl CachedSettings for BlendSetting
impl CachedSettings for BlendSetting
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 BlendSetting
impl Clone for BlendSetting
sourcefn clone(&self) -> BlendSetting
fn clone(&self) -> BlendSetting
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 BlendSetting
impl Debug for BlendSetting
sourceimpl Default for BlendSetting
impl Default for BlendSetting
sourcefn default() -> BlendSetting
fn default() -> BlendSetting
Returns the “default value” for a type. Read more
sourceimpl PartialEq<BlendSetting> for BlendSetting
impl PartialEq<BlendSetting> for BlendSetting
sourcefn eq(&self, other: &BlendSetting) -> bool
fn eq(&self, other: &BlendSetting) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for BlendSetting
impl Eq for BlendSetting
impl StructuralEq for BlendSetting
impl StructuralPartialEq for BlendSetting
Auto Trait Implementations
impl RefUnwindSafe for BlendSetting
impl Send for BlendSetting
impl Sync for BlendSetting
impl Unpin for BlendSetting
impl UnwindSafe for BlendSetting
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