Struct opencv::gapi::GArrayDesc
source · pub struct GArrayDesc { /* private fields */ }Expand description
\addtogroup gapi_meta_args
Trait Implementations§
source§impl Boxed for GArrayDesc
impl Boxed for GArrayDesc
source§impl Clone for GArrayDesc
impl Clone for GArrayDesc
source§impl Debug for GArrayDesc
impl Debug for GArrayDesc
source§impl Drop for GArrayDesc
impl Drop for GArrayDesc
source§impl GArrayDescTrait for GArrayDesc
impl GArrayDescTrait for GArrayDesc
fn as_raw_mut_GArrayDesc(&mut self) -> *mut c_void
source§impl GArrayDescTraitConst for GArrayDesc
impl GArrayDescTraitConst for GArrayDesc
impl Send for GArrayDesc
Auto Trait Implementations§
impl RefUnwindSafe for GArrayDesc
impl !Sync for GArrayDesc
impl Unpin for GArrayDesc
impl UnwindSafe for GArrayDesc
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