Struct ceres_solver::solver::DoglegType
source · pub struct DoglegType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
source§impl DoglegType
impl DoglegType
pub const TRADITIONAL_DOGLEG: DoglegType = DoglegType{ repr: 0,}
pub const SUBSPACE_DOGLEG: DoglegType = DoglegType{ repr: 1,}
Trait Implementations§
source§impl Clone for DoglegType
impl Clone for DoglegType
source§fn clone(&self) -> DoglegType
fn clone(&self) -> DoglegType
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 ExternType for DoglegType
impl ExternType for DoglegType
source§impl PartialEq<DoglegType> for DoglegType
impl PartialEq<DoglegType> for DoglegType
source§fn eq(&self, other: &DoglegType) -> bool
fn eq(&self, other: &DoglegType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.