pub struct DepthBufferSetting { /* private fields */ }
Trait Implementations§
Source§impl 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)
Source§impl Clone for DepthBufferSetting
impl Clone for DepthBufferSetting
Source§fn clone(&self) -> DepthBufferSetting
fn clone(&self) -> DepthBufferSetting
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DepthBufferSetting
impl Debug for DepthBufferSetting
Source§impl Default for DepthBufferSetting
impl Default for DepthBufferSetting
Source§fn default() -> DepthBufferSetting
fn default() -> DepthBufferSetting
Returns the “default value” for a type. Read more
Source§impl PartialEq for DepthBufferSetting
impl PartialEq for DepthBufferSetting
impl Eq for DepthBufferSetting
impl StructuralPartialEq for DepthBufferSetting
Auto Trait Implementations§
impl Freeze for DepthBufferSetting
impl !RefUnwindSafe for DepthBufferSetting
impl !Send for DepthBufferSetting
impl !Sync for DepthBufferSetting
impl Unpin for DepthBufferSetting
impl !UnwindSafe for DepthBufferSetting
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