Enum opencv::ml::ErrorTypes
source · [−]#[repr(C)]
pub enum ErrorTypes {
TEST_ERROR,
TRAIN_ERROR,
}
Expand description
%Error types
Variants
TEST_ERROR
TRAIN_ERROR
Trait Implementations
sourceimpl Clone for ErrorTypes
impl Clone for ErrorTypes
sourcefn clone(&self) -> ErrorTypes
fn clone(&self) -> ErrorTypes
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ErrorTypes
impl Debug for ErrorTypes
sourceimpl PartialEq<ErrorTypes> for ErrorTypes
impl PartialEq<ErrorTypes> for ErrorTypes
sourcefn eq(&self, other: &ErrorTypes) -> bool
fn eq(&self, other: &ErrorTypes) -> bool
impl Copy for ErrorTypes
impl Eq for ErrorTypes
impl StructuralEq for ErrorTypes
impl StructuralPartialEq for ErrorTypes
Auto Trait Implementations
impl RefUnwindSafe for ErrorTypes
impl Send for ErrorTypes
impl Sync for ErrorTypes
impl Unpin for ErrorTypes
impl UnwindSafe for ErrorTypes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more