[][src]Struct opencv::core::MatStep

pub struct MatStep { /* fields omitted */ }

Methods

impl MatStep[src]

pub fn as_raw_MatStep(&self) -> *mut c_void[src]

pub unsafe fn from_raw_ptr(ptr: *mut c_void) -> Self[src]

impl MatStep[src]

pub fn default() -> Result<MatStep>[src]

pub fn new(s: size_t) -> Result<MatStep>[src]

pub fn to_size_t(&self) -> Result<size_t>[src]

Trait Implementations

impl Send for MatStep[src]

impl Drop for MatStep[src]

impl Deref for MatStep[src]

type Target = [size_t]

The resulting type after dereferencing.

impl Debug for MatStep[src]

Auto Trait Implementations

impl Unpin for MatStep

impl !Sync for MatStep

impl UnwindSafe for MatStep

impl RefUnwindSafe for MatStep

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]