pub struct OpenGlContext { /* private fields */ }Implementations§
Trait Implementations§
Source§impl DrawParams<OpenGlContext> for DrawParams
 
impl DrawParams<OpenGlContext> for DrawParams
Source§fn apply_all(&mut self, ctx: &mut OpenGlContext)
 
fn apply_all(&mut self, ctx: &mut OpenGlContext)
Apply the entirety of the current state, as if starting fresh.
Source§fn apply_change(current: &Self, new: &mut Self, ctx: &mut OpenGlContext)
 
fn apply_change(current: &Self, new: &mut Self, ctx: &mut OpenGlContext)
Apply just the differences between the states.
Auto Trait Implementations§
impl Freeze for OpenGlContext
impl !RefUnwindSafe for OpenGlContext
impl !Send for OpenGlContext
impl !Sync for OpenGlContext
impl Unpin for OpenGlContext
impl !UnwindSafe for OpenGlContext
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
Source§impl<T> ToggleButtonValue<()> for T
 
impl<T> ToggleButtonValue<()> for T
Source§fn get_value(&self, _extra: &WidgetExtra<'_>)
 
fn get_value(&self, _extra: &WidgetExtra<'_>)
Get the value associated with this toggle button content.
Source§impl<T> ToggleButtonValue<WidgetId> for T
 
impl<T> ToggleButtonValue<WidgetId> for T
Source§fn get_value(&self, extra: &WidgetExtra<'_>) -> WidgetId
 
fn get_value(&self, extra: &WidgetExtra<'_>) -> WidgetId
Get the value associated with this toggle button content.