pub struct ContextAttributes { /* private fields */ }
Expand description
The attributes that are used to create a graphics context.
Trait Implementations§
Source§impl Clone for ContextAttributes
impl Clone for ContextAttributes
Source§fn clone(&self) -> ContextAttributes
fn clone(&self) -> ContextAttributes
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 ContextAttributes
impl Debug for ContextAttributes
Source§impl Default for ContextAttributes
impl Default for ContextAttributes
Source§fn default() -> ContextAttributes
fn default() -> ContextAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContextAttributes
impl RefUnwindSafe for ContextAttributes
impl !Send for ContextAttributes
impl !Sync for ContextAttributes
impl Unpin for ContextAttributes
impl UnwindSafe for ContextAttributes
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