pub struct ClearDepthSetting { /* private fields */ }Trait Implementations§
Source§impl 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)
Source§impl Clone for ClearDepthSetting
impl Clone for ClearDepthSetting
Source§fn clone(&self) -> ClearDepthSetting
fn clone(&self) -> ClearDepthSetting
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 ClearDepthSetting
Source§impl Debug for ClearDepthSetting
impl Debug for ClearDepthSetting
Source§impl Default for ClearDepthSetting
impl Default for ClearDepthSetting
Source§fn default() -> ClearDepthSetting
fn default() -> ClearDepthSetting
Returns the “default value” for a type. Read more
Source§impl PartialEq for ClearDepthSetting
impl PartialEq for ClearDepthSetting
Source§fn eq(&self, other: &ClearDepthSetting) -> bool
fn eq(&self, other: &ClearDepthSetting) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClearDepthSetting
Auto Trait Implementations§
impl Freeze for ClearDepthSetting
impl RefUnwindSafe for ClearDepthSetting
impl Send for ClearDepthSetting
impl Sync for ClearDepthSetting
impl Unpin for ClearDepthSetting
impl UnsafeUnpin for ClearDepthSetting
impl UnwindSafe for ClearDepthSetting
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