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