Struct ndspy_sys::PtDspyDeepData
source · [−]#[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 f32Trait Implementations
sourceimpl Clone for PtDspyDeepData
impl Clone for PtDspyDeepData
sourcefn clone(&self) -> PtDspyDeepData
fn clone(&self) -> PtDspyDeepData
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PtDspyDeepData
impl Debug for PtDspyDeepData
impl Copy for PtDspyDeepData
Auto Trait Implementations
impl RefUnwindSafe for PtDspyDeepData
impl !Send for PtDspyDeepData
impl !Sync for PtDspyDeepData
impl Unpin for PtDspyDeepData
impl UnwindSafe for PtDspyDeepData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more