pub struct _Range { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Boxed for _Range
impl Boxed for _Range
source§unsafe fn from_raw(ptr: <_Range as OpenCVType<'_>>::ExternReceive) -> Self
unsafe fn from_raw(ptr: <_Range as OpenCVType<'_>>::ExternReceive) -> Self
Wrap the specified raw pointer Read more
source§fn into_raw(self) -> <_Range as OpenCVTypeExternContainer>::ExternSendMut
fn into_raw(self) -> <_Range as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying raw pointer while consuming this wrapper. Read more
source§fn as_raw(&self) -> <_Range as OpenCVTypeExternContainer>::ExternSend
fn as_raw(&self) -> <_Range as OpenCVTypeExternContainer>::ExternSend
Return the underlying raw pointer. Read more
source§fn as_raw_mut(&mut self) -> <_Range as OpenCVTypeExternContainer>::ExternSendMut
fn as_raw_mut(&mut self) -> <_Range as OpenCVTypeExternContainer>::ExternSendMut
Return the underlying mutable raw pointer Read more
source§impl RangeTrait for _Range
impl RangeTrait for _Range
source§impl RangeTraitConst for _Range
impl RangeTraitConst for _Range
source§impl _RangeTrait for _Range
impl _RangeTrait for _Range
fn as_raw_mut__Range(&mut self) -> *mut c_void
source§impl _RangeTraitConst for _Range
impl _RangeTraitConst for _Range
fn as_raw__Range(&self) -> *const c_void
impl Send for _Range
Auto Trait Implementations§
impl Freeze for _Range
impl RefUnwindSafe for _Range
impl !Sync for _Range
impl Unpin for _Range
impl UnwindSafe for _Range
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