#[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_int§ySPP: c_int§xBegin: c_int§yBegin: c_int§xEnd: c_int§yEnd: c_int§xFilterExtraPixels: c_int§yFilterExtraPixels: c_int§xFilterCoefficients: *mut f32§yFilterCoefficients: *mut f32§numChannels: c_uint§numDeepPixels: c_uint§deepPixelOffsets: *mut c_uint§deepData: *mut f32Trait Implementations§
Source§impl Clone for PtDspyDeepData
impl Clone for PtDspyDeepData
Source§fn clone(&self) -> PtDspyDeepData
fn clone(&self) -> PtDspyDeepData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PtDspyDeepData
impl Debug for PtDspyDeepData
impl Copy for PtDspyDeepData
Auto Trait Implementations§
impl Freeze for PtDspyDeepData
impl RefUnwindSafe for PtDspyDeepData
impl !Send for PtDspyDeepData
impl !Sync for PtDspyDeepData
impl Unpin for PtDspyDeepData
impl UnwindSafe for PtDspyDeepData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more