pub struct Unmanaged { /* private fields */ }
Expand description
Context type for an unmanaged engine.
See unmanaged_engine_context for usage.
Trait Implementations§
impl ContextType for Unmanaged
impl FrameableContextType for Unmanaged
impl QueryableContextType for Unmanaged
Auto Trait Implementations§
impl RefUnwindSafe for Unmanaged
impl Send for Unmanaged
impl Sync for Unmanaged
impl Unpin for Unmanaged
impl UnwindSafe for Unmanaged
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