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