#[repr(u32)]pub enum HomographyType {
RANSAC = 0,
LMEDS = 1,
}
Expand description
Homography type
Variants§
Trait Implementations§
Source§impl Clone for HomographyType
impl Clone for HomographyType
Source§fn clone(&self) -> HomographyType
fn clone(&self) -> HomographyType
Returns a duplicate 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 HomographyType
impl Debug for HomographyType
Source§impl PartialEq for HomographyType
impl PartialEq for HomographyType
impl Copy for HomographyType
impl StructuralPartialEq for HomographyType
Auto Trait Implementations§
impl Freeze for HomographyType
impl RefUnwindSafe for HomographyType
impl Send for HomographyType
impl Sync for HomographyType
impl Unpin for HomographyType
impl UnwindSafe for HomographyType
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