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