Struct opencv::stitching::Detail_GraphEdge
source · pub struct Detail_GraphEdge { /* private fields */ }Implementations§
Trait Implementations§
source§impl Boxed for Detail_GraphEdge
impl Boxed for Detail_GraphEdge
source§unsafe fn from_raw(
ptr: <Detail_GraphEdge as OpenCVType<'_>>::ExternReceive
) -> Self
unsafe fn from_raw( ptr: <Detail_GraphEdge as OpenCVType<'_>>::ExternReceive ) -> Self
Wrap the specified raw pointer Read more
source§fn into_raw(
self
) -> <Detail_GraphEdge as OpenCVTypeExternContainer>::ExternSendMut
fn into_raw( self ) -> <Detail_GraphEdge as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying raw pointer while consuming this wrapper. Read more
source§fn as_raw(&self) -> <Detail_GraphEdge as OpenCVTypeExternContainer>::ExternSend
fn as_raw(&self) -> <Detail_GraphEdge as OpenCVTypeExternContainer>::ExternSend
Return the underlying raw pointer. Read more
source§fn as_raw_mut(
&mut self
) -> <Detail_GraphEdge as OpenCVTypeExternContainer>::ExternSendMut
fn as_raw_mut( &mut self ) -> <Detail_GraphEdge as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying mutable raw pointer Read more
source§impl Debug for Detail_GraphEdge
impl Debug for Detail_GraphEdge
source§impl Detail_GraphEdgeTraitConst for Detail_GraphEdge
impl Detail_GraphEdgeTraitConst for Detail_GraphEdge
fn as_raw_Detail_GraphEdge(&self) -> *const c_void
fn from(&self) -> i32
fn to(&self) -> i32
fn weight(&self) -> f32
fn less_than(&self, other: &impl Detail_GraphEdgeTraitConst) -> Result<bool>
fn greater_than(&self, other: &impl Detail_GraphEdgeTraitConst) -> Result<bool>
source§impl Drop for Detail_GraphEdge
impl Drop for Detail_GraphEdge
impl Send for Detail_GraphEdge
Auto Trait Implementations§
impl Freeze for Detail_GraphEdge
impl RefUnwindSafe for Detail_GraphEdge
impl !Sync for Detail_GraphEdge
impl Unpin for Detail_GraphEdge
impl UnwindSafe for Detail_GraphEdge
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more