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