pub struct BlendSetting(/* private fields */);
Trait Implementations§
Source§impl CachedSettings for BlendSetting
impl CachedSettings for BlendSetting
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 BlendSetting
impl Clone for BlendSetting
Source§fn clone(&self) -> BlendSetting
fn clone(&self) -> BlendSetting
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 BlendSetting
impl Debug for BlendSetting
Source§impl Default for BlendSetting
impl Default for BlendSetting
Source§fn default() -> BlendSetting
fn default() -> BlendSetting
Returns the “default value” for a type. Read more
Source§impl PartialEq for BlendSetting
impl PartialEq for BlendSetting
impl Copy for BlendSetting
impl Eq for BlendSetting
impl StructuralPartialEq for BlendSetting
Auto Trait Implementations§
impl Freeze for BlendSetting
impl RefUnwindSafe for BlendSetting
impl Send for BlendSetting
impl Sync for BlendSetting
impl Unpin for BlendSetting
impl UnwindSafe for BlendSetting
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