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