Struct webgl_rc::FrameBufferSetting
source · [−]pub struct FrameBufferSetting { /* private fields */ }
Trait Implementations
sourceimpl CachedSettings for FrameBufferSetting
impl CachedSettings for FrameBufferSetting
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)
sourceimpl Clone for FrameBufferSetting
impl Clone for FrameBufferSetting
sourcefn clone(&self) -> FrameBufferSetting
fn clone(&self) -> FrameBufferSetting
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for FrameBufferSetting
impl Debug for FrameBufferSetting
sourceimpl Default for FrameBufferSetting
impl Default for FrameBufferSetting
sourcefn default() -> FrameBufferSetting
fn default() -> FrameBufferSetting
Returns the “default value” for a type. Read more
sourceimpl PartialEq<FrameBufferSetting> for FrameBufferSetting
impl PartialEq<FrameBufferSetting> for FrameBufferSetting
sourcefn eq(&self, other: &FrameBufferSetting) -> bool
fn eq(&self, other: &FrameBufferSetting) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for FrameBufferSetting
impl StructuralEq for FrameBufferSetting
impl StructuralPartialEq for FrameBufferSetting
Auto Trait Implementations
impl !RefUnwindSafe for FrameBufferSetting
impl !Send for FrameBufferSetting
impl !Sync for FrameBufferSetting
impl Unpin for FrameBufferSetting
impl !UnwindSafe for FrameBufferSetting
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more