Trait MultiCameraCalibration_vertexTraitConst

Source
pub trait MultiCameraCalibration_vertexTraitConst {
    // Required method
    fn as_raw_MultiCameraCalibration_vertex(&self) -> *const c_void;

    // Provided methods
    fn pose(&self) -> Mat { ... }
    fn timestamp(&self) -> i32 { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn pose(&self) -> Mat

Source

fn timestamp(&self) -> i32

Implementors§