Trait cglue::trait_group::ContextMut[][src]

pub trait ContextMut: ContextRef {
    fn split_ctx_mut(&mut self) -> (&mut Self::ObjType, &Self::Context);
}
Expand description

Represents a mutable reference type with context.

Required methods

Implementations on Foreign Types

Implementors