Enum opencv::gapi::Detail_ArgKind  
source · #[repr(C)]pub enum Detail_ArgKind {
    OPAQUE_VAL,
    GOBJREF,
    GMAT,
    GMATP,
    GFRAME,
    GSCALAR,
    GARRAY,
    GOPAQUE,
}Variants§
Trait Implementations§
source§impl Clone for Detail_ArgKind
 
impl Clone for Detail_ArgKind
source§fn clone(&self) -> Detail_ArgKind
 
fn clone(&self) -> Detail_ArgKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for Detail_ArgKind
 
impl Debug for Detail_ArgKind
source§impl PartialEq<Detail_ArgKind> for Detail_ArgKind
 
impl PartialEq<Detail_ArgKind> for Detail_ArgKind
source§fn eq(&self, other: &Detail_ArgKind) -> bool
 
fn eq(&self, other: &Detail_ArgKind) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for Detail_ArgKind
impl Eq for Detail_ArgKind
impl StructuralEq for Detail_ArgKind
impl StructuralPartialEq for Detail_ArgKind
Auto Trait Implementations§
impl RefUnwindSafe for Detail_ArgKind
impl Send for Detail_ArgKind
impl Sync for Detail_ArgKind
impl Unpin for Detail_ArgKind
impl UnwindSafe for Detail_ArgKind
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