Struct opencv::gapi::GOpaqueDesc
source · pub struct GOpaqueDesc { /* private fields */ }Expand description
\addtogroup gapi_meta_args
Trait Implementations§
source§impl Boxed for GOpaqueDesc
impl Boxed for GOpaqueDesc
source§unsafe fn from_raw(ptr: <GOpaqueDesc as OpenCVType<'_>>::ExternReceive) -> Self
unsafe fn from_raw(ptr: <GOpaqueDesc as OpenCVType<'_>>::ExternReceive) -> Self
Wrap the specified raw pointer Read more
source§fn into_raw(self) -> <GOpaqueDesc as OpenCVTypeExternContainer>::ExternSendMut
fn into_raw(self) -> <GOpaqueDesc as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying raw pointer while consuming this wrapper. Read more
source§fn as_raw(&self) -> <GOpaqueDesc as OpenCVTypeExternContainer>::ExternSend
fn as_raw(&self) -> <GOpaqueDesc as OpenCVTypeExternContainer>::ExternSend
Return the underlying raw pointer. Read more
source§fn as_raw_mut(
&mut self
) -> <GOpaqueDesc as OpenCVTypeExternContainer>::ExternSendMut
fn as_raw_mut( &mut self ) -> <GOpaqueDesc as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying mutable raw pointer Read more
source§impl Clone for GOpaqueDesc
impl Clone for GOpaqueDesc
source§impl Debug for GOpaqueDesc
impl Debug for GOpaqueDesc
source§impl Default for GOpaqueDesc
impl Default for GOpaqueDesc
source§impl Drop for GOpaqueDesc
impl Drop for GOpaqueDesc
source§impl GOpaqueDescTrait for GOpaqueDesc
impl GOpaqueDescTrait for GOpaqueDesc
fn as_raw_mut_GOpaqueDesc(&mut self) -> *mut c_void
source§impl GOpaqueDescTraitConst for GOpaqueDesc
impl GOpaqueDescTraitConst for GOpaqueDesc
impl Send for GOpaqueDesc
Auto Trait Implementations§
impl Freeze for GOpaqueDesc
impl RefUnwindSafe for GOpaqueDesc
impl !Sync for GOpaqueDesc
impl Unpin for GOpaqueDesc
impl UnwindSafe for GOpaqueDesc
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