Struct glutin::PossiblyCurrent [−][src]
pub struct PossiblyCurrent { /* fields omitted */ }
Expand description
A type that Context
s which might possibly be currently current on some
thread take as a generic.
See ContextWrapper::make_current
for more details.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PossiblyCurrent
impl !Send for PossiblyCurrent
impl !Sync for PossiblyCurrent
impl Unpin for PossiblyCurrent
impl UnwindSafe for PossiblyCurrent
Blanket Implementations
Mutably borrows from an owned value. Read more