Struct opencv::core::Range [] [src]

pub struct Range {
    pub ptr: *mut c_void,
}

Fields

ptr

Methods

impl Range

fn as_raw_Range(&self) -> *mut c_void

impl Range

fn 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>

Trait Implementations

impl Drop for Range

fn drop(&mut self)