Trait opencv::hub_prelude::Detail_GraphEdgeTraitConst [−][src]
pub trait Detail_GraphEdgeTraitConst {
fn as_raw_Detail_GraphEdge(&self) -> *const c_void;
fn from(&self) -> i32 { ... }
fn to(&self) -> i32 { ... }
fn weight(&self) -> f32 { ... }
}