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