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 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 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
Source§impl PartialEq for ActiveTextureSetting
impl PartialEq for ActiveTextureSetting
impl Copy for ActiveTextureSetting
impl Eq for ActiveTextureSetting
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 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