pub struct DepthTestSetting(/* private fields */);Trait Implementations§
Source§impl CachedSettings for DepthTestSetting
impl CachedSettings for DepthTestSetting
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)
Source§impl Clone for DepthTestSetting
impl Clone for DepthTestSetting
Source§fn clone(&self) -> DepthTestSetting
fn clone(&self) -> DepthTestSetting
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DepthTestSetting
Source§impl Debug for DepthTestSetting
impl Debug for DepthTestSetting
Source§impl Default for DepthTestSetting
impl Default for DepthTestSetting
Source§fn default() -> DepthTestSetting
fn default() -> DepthTestSetting
Returns the “default value” for a type. Read more
impl Eq for DepthTestSetting
Source§impl PartialEq for DepthTestSetting
impl PartialEq for DepthTestSetting
Source§fn eq(&self, other: &DepthTestSetting) -> bool
fn eq(&self, other: &DepthTestSetting) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DepthTestSetting
Auto Trait Implementations§
impl Freeze for DepthTestSetting
impl RefUnwindSafe for DepthTestSetting
impl Send for DepthTestSetting
impl Sync for DepthTestSetting
impl Unpin for DepthTestSetting
impl UnsafeUnpin for DepthTestSetting
impl UnwindSafe for DepthTestSetting
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more