Struct opencv::stitching::Detail_Graph
source · [−]pub struct Detail_Graph { /* private fields */ }
Implementations
sourceimpl Detail_Graph
impl Detail_Graph
sourcepub fn new(num_vertices: i32) -> Result<Detail_Graph>
pub fn new(num_vertices: i32) -> Result<Detail_Graph>
C++ default parameters
- num_vertices: 0
Trait Implementations
sourceimpl Boxed for Detail_Graph
impl Boxed for Detail_Graph
sourceimpl Detail_GraphTrait for Detail_Graph
impl Detail_GraphTrait for Detail_Graph
sourceimpl Detail_GraphTraitConst for Detail_Graph
impl Detail_GraphTraitConst for Detail_Graph
fn as_raw_Detail_Graph(&self) -> *const c_void
fn num_vertices(&self) -> Result<i32>
sourceimpl Drop for Detail_Graph
impl Drop for Detail_Graph
impl Send for Detail_Graph
Auto Trait Implementations
impl RefUnwindSafe for Detail_Graph
impl !Sync for Detail_Graph
impl Unpin for Detail_Graph
impl UnwindSafe for Detail_Graph
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more