#[repr(C)]
pub struct PtDspyDeepData {
Show 15 fields 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

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.