[][src]Struct ndspy_sys::PtDspyDeepData

#[repr(C)]pub struct PtDspyDeepData {
    pub ID: [c_char; 8],
    pub xSPP: c_int,
    pub ySPP: c_int,
    pub xBegin: c_int,
    pub yBegin: c_int,
    pub xEnd: c_int,
    pub yEnd: c_int,
    pub xFilterExtraPixels: c_int,
    pub yFilterExtraPixels: c_int,
    pub xFilterCoefficients: *mut f32,
    pub yFilterCoefficients: *mut f32,
    pub numChannels: c_uint,
    pub numDeepPixels: c_uint,
    pub deepPixelOffsets: *mut c_uint,
    pub deepData: *mut f32,
}

Fields

ID: [c_char; 8]xSPP: c_intySPP: c_intxBegin: c_intyBegin: c_intxEnd: c_intyEnd: c_intxFilterExtraPixels: c_intyFilterExtraPixels: c_intxFilterCoefficients: *mut f32yFilterCoefficients: *mut f32numChannels: c_uintnumDeepPixels: c_uintdeepPixelOffsets: *mut c_uintdeepData: *mut f32

Trait Implementations

impl Clone for PtDspyDeepData[src]

impl Copy for PtDspyDeepData[src]

impl Debug for PtDspyDeepData[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.