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