Enum opencv::gapi::Detail_ArgKind
source · #[repr(C)]pub enum Detail_ArgKind {
OPAQUE_VAL = 0,
GOBJREF = 1,
GMAT = 2,
GMATP = 3,
GFRAME = 4,
GSCALAR = 5,
GARRAY = 6,
GOPAQUE = 7,
}
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 From<Detail_ArgKind> for i32
impl From<Detail_ArgKind> for i32
source§fn from(v: Detail_ArgKind) -> Self
fn from(v: Detail_ArgKind) -> Self
Converts to this type from the input type.
source§impl PartialEq for Detail_ArgKind
impl PartialEq 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 ==
.source§impl TryFrom<i32> for Detail_ArgKind
impl TryFrom<i32> for Detail_ArgKind
impl Copy for Detail_ArgKind
impl Eq for Detail_ArgKind
impl StructuralPartialEq for Detail_ArgKind
Auto Trait Implementations§
impl Freeze for Detail_ArgKind
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