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