Enum opencv::core::Formatter_FormatType
source · #[repr(C)]pub enum Formatter_FormatType {
FMT_DEFAULT = 0,
FMT_MATLAB = 1,
FMT_CSV = 2,
FMT_PYTHON = 3,
FMT_NUMPY = 4,
FMT_C = 5,
}
Variants§
Trait Implementations§
source§impl Clone for Formatter_FormatType
impl Clone for Formatter_FormatType
source§fn clone(&self) -> Formatter_FormatType
fn clone(&self) -> Formatter_FormatType
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 Formatter_FormatType
impl Debug for Formatter_FormatType
source§impl From<Formatter_FormatType> for i32
impl From<Formatter_FormatType> for i32
source§fn from(v: Formatter_FormatType) -> Self
fn from(v: Formatter_FormatType) -> Self
Converts to this type from the input type.
source§impl PartialEq for Formatter_FormatType
impl PartialEq for Formatter_FormatType
source§fn eq(&self, other: &Formatter_FormatType) -> bool
fn eq(&self, other: &Formatter_FormatType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Formatter_FormatType
impl Eq for Formatter_FormatType
impl StructuralEq for Formatter_FormatType
impl StructuralPartialEq for Formatter_FormatType
Auto Trait Implementations§
impl RefUnwindSafe for Formatter_FormatType
impl Send for Formatter_FormatType
impl Sync for Formatter_FormatType
impl Unpin for Formatter_FormatType
impl UnwindSafe for Formatter_FormatType
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