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