#[repr(C)]pub enum Detail_OpaqueKind {
Show 16 variants
CV_UNKNOWN = 0,
CV_BOOL = 1,
CV_INT = 2,
CV_INT64 = 3,
CV_DOUBLE = 4,
CV_FLOAT = 5,
CV_UINT64 = 6,
CV_STRING = 7,
CV_POINT = 8,
CV_POINT2F = 9,
CV_POINT3F = 10,
CV_SIZE = 11,
CV_RECT = 12,
CV_SCALAR = 13,
CV_MAT = 14,
CV_DRAW_PRIM = 15,
}Variants§
CV_UNKNOWN = 0
CV_BOOL = 1
CV_INT = 2
CV_INT64 = 3
CV_DOUBLE = 4
CV_FLOAT = 5
CV_UINT64 = 6
CV_STRING = 7
CV_POINT = 8
CV_POINT2F = 9
CV_POINT3F = 10
CV_SIZE = 11
CV_RECT = 12
CV_SCALAR = 13
CV_MAT = 14
CV_DRAW_PRIM = 15
Trait Implementations§
Source§impl Clone for Detail_OpaqueKind
impl Clone for Detail_OpaqueKind
Source§fn clone(&self) -> Detail_OpaqueKind
fn clone(&self) -> Detail_OpaqueKind
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Detail_OpaqueKind
impl Debug for Detail_OpaqueKind
Source§impl From<Detail_OpaqueKind> for i32
impl From<Detail_OpaqueKind> for i32
Source§fn from(v: Detail_OpaqueKind) -> Self
fn from(v: Detail_OpaqueKind) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Detail_OpaqueKind
impl PartialEq for Detail_OpaqueKind
Source§impl TryFrom<i32> for Detail_OpaqueKind
impl TryFrom<i32> for Detail_OpaqueKind
impl Copy for Detail_OpaqueKind
impl Eq for Detail_OpaqueKind
impl StructuralPartialEq for Detail_OpaqueKind
Auto Trait Implementations§
impl Freeze for Detail_OpaqueKind
impl RefUnwindSafe for Detail_OpaqueKind
impl Send for Detail_OpaqueKind
impl Sync for Detail_OpaqueKind
impl Unpin for Detail_OpaqueKind
impl UnwindSafe for Detail_OpaqueKind
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