Struct sep_sys::sep_image[][src]

#[repr(C)]
pub struct sep_image {
Show fields pub data: *const c_void, pub noise: *const c_void, pub mask: *const c_void, pub segmap: *const c_void, pub dtype: c_int, pub ndtype: c_int, pub mdtype: c_int, pub sdtype: c_int, pub w: c_int, pub h: c_int, pub noiseval: f64, pub noise_type: c_short, pub gain: f64, pub maskthresh: f64,
}

Fields

data: *const c_voidnoise: *const c_voidmask: *const c_voidsegmap: *const c_voiddtype: c_intndtype: c_intmdtype: c_intsdtype: c_intw: c_inth: c_intnoiseval: f64noise_type: c_shortgain: f64maskthresh: f64

Trait Implementations

impl Clone for sep_image[src]

impl Copy for sep_image[src]

impl Debug for sep_image[src]

impl Default for sep_image[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.