pub enum SacAlgorithmType {
RANSAC,
}Expand description
Algorithm of Optimization
Variants§
RANSAC
Trait Implementations§
source§impl Clone for SacAlgorithmType
impl Clone for SacAlgorithmType
source§fn clone(&self) -> SacAlgorithmType
fn clone(&self) -> SacAlgorithmType
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 SacAlgorithmType
impl Debug for SacAlgorithmType
source§impl Default for SacAlgorithmType
impl Default for SacAlgorithmType
source§fn default() -> SacAlgorithmType
fn default() -> SacAlgorithmType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SacAlgorithmType
impl<'de> Deserialize<'de> for SacAlgorithmType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for SacAlgorithmType
impl PartialEq for SacAlgorithmType
source§fn eq(&self, other: &SacAlgorithmType) -> bool
fn eq(&self, other: &SacAlgorithmType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SacAlgorithmType
impl Serialize for SacAlgorithmType
impl Copy for SacAlgorithmType
impl Eq for SacAlgorithmType
impl StructuralPartialEq for SacAlgorithmType
Auto Trait Implementations§
impl Freeze for SacAlgorithmType
impl RefUnwindSafe for SacAlgorithmType
impl Send for SacAlgorithmType
impl Sync for SacAlgorithmType
impl Unpin for SacAlgorithmType
impl UnwindSafe for SacAlgorithmType
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