Struct opencv::core::Range
[−]
[src]
pub struct Range {
pub ptr: *mut c_void,
}Fields
ptr |
pub struct Range {
pub ptr: *mut c_void,
}ptr |
impl Rangefn as_raw_Range(&self) -> *mut c_voidimpl Rangefn default() -> Result<Range, String>fn new(_start: i32, _end: i32) -> Result<Range, String>fn size(&self) -> Result<i32, String>fn empty(&self) -> Result<bool, String>fn all(&mut self) -> Result<Range, String>impl Drop for Rangefn drop(&mut self)