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