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