Struct sdl2::video::gl_attr::ContextFlags
source · pub struct ContextFlags { /* private fields */ }
Implementations§
source§impl ContextFlags
impl ContextFlags
pub fn has_debug(&self) -> bool
pub fn has_forward_compatible(&self) -> bool
pub fn has_robust_access(&self) -> bool
pub fn has_reset_isolation(&self) -> bool
Auto Trait Implementations§
impl Freeze for ContextFlags
impl RefUnwindSafe for ContextFlags
impl Send for ContextFlags
impl Sync for ContextFlags
impl Unpin for ContextFlags
impl UnwindSafe for ContextFlags
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