Struct opencv::core::Context_UserContext
source · [−]pub struct Context_UserContext { /* private fields */ }
Trait Implementations
sourceimpl Boxed for Context_UserContext
impl Boxed for Context_UserContext
sourceimpl Context_UserContextTrait for Context_UserContext
impl Context_UserContextTrait for Context_UserContext
fn as_raw_mut_Context_UserContext(&mut self) -> *mut c_void
sourceimpl Context_UserContextTraitConst for Context_UserContext
impl Context_UserContextTraitConst for Context_UserContext
fn as_raw_Context_UserContext(&self) -> *const c_void
sourceimpl Drop for Context_UserContext
impl Drop for Context_UserContext
impl Send for Context_UserContext
Auto Trait Implementations
impl RefUnwindSafe for Context_UserContext
impl !Sync for Context_UserContext
impl Unpin for Context_UserContext
impl UnwindSafe for Context_UserContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more