Enum glutin::NotCurrent [−][src]
pub enum NotCurrent {}
Expand description
A type that Context
s which are not currently current on any thread take
as a generic.
See ContextWrapper::make_current
for more details.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NotCurrent
impl Send for NotCurrent
impl Sync for NotCurrent
impl Unpin for NotCurrent
impl UnwindSafe for NotCurrent
Blanket Implementations
Mutably borrows from an owned value. Read more