pub struct GRunArg { /* private fields */ }Implementations§
Trait Implementations§
source§impl Boxed for GRunArg
 
impl Boxed for GRunArg
source§unsafe fn from_raw(ptr: <GRunArg as OpenCVType<'_>>::ExternReceive) -> Self
 
unsafe fn from_raw(ptr: <GRunArg as OpenCVType<'_>>::ExternReceive) -> Self
Wrap the specified raw pointer Read more
source§fn into_raw(self) -> <GRunArg as OpenCVTypeExternContainer>::ExternSendMut
 
fn into_raw(self) -> <GRunArg as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying raw pointer while consuming this wrapper. Read more
source§fn as_raw(&self) -> <GRunArg as OpenCVTypeExternContainer>::ExternSend
 
fn as_raw(&self) -> <GRunArg as OpenCVTypeExternContainer>::ExternSend
Return the underlying raw pointer. Read more
source§fn as_raw_mut(
    &mut self
) -> <GRunArg as OpenCVTypeExternContainer>::ExternSendMut
 
fn as_raw_mut( &mut self ) -> <GRunArg as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying mutable raw pointer Read more
source§impl GRunArgTrait for GRunArg
 
impl GRunArgTrait for GRunArg
source§impl GRunArgTraitConst for GRunArg
 
impl GRunArgTraitConst for GRunArg
fn as_raw_GRunArg(&self) -> *const c_void
impl Send for GRunArg
impl VectorElement for GRunArg
Auto Trait Implementations§
impl Freeze for GRunArg
impl RefUnwindSafe for GRunArg
impl !Sync for GRunArg
impl Unpin for GRunArg
impl UnwindSafe for GRunArg
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