#[repr(C)]pub struct _ExportPixelAreaOptions {
pub sample_type: QuantumSampleType,
pub double_minvalue: f64,
pub double_maxvalue: f64,
pub grayscale_miniswhite: c_uint,
pub pad_bytes: c_ulong,
pub pad_value: c_uchar,
pub endian: EndianType,
pub signature: c_ulong,
}Fields§
§sample_type: QuantumSampleType§double_minvalue: f64§double_maxvalue: f64§grayscale_miniswhite: c_uint§pad_bytes: c_ulong§pad_value: c_uchar§endian: EndianType§signature: c_ulongTrait Implementations§
Source§impl Clone for _ExportPixelAreaOptions
impl Clone for _ExportPixelAreaOptions
Source§fn clone(&self) -> _ExportPixelAreaOptions
fn clone(&self) -> _ExportPixelAreaOptions
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 _ExportPixelAreaOptions
impl Debug for _ExportPixelAreaOptions
impl Copy for _ExportPixelAreaOptions
Auto Trait Implementations§
impl Freeze for _ExportPixelAreaOptions
impl RefUnwindSafe for _ExportPixelAreaOptions
impl Send for _ExportPixelAreaOptions
impl Sync for _ExportPixelAreaOptions
impl Unpin for _ExportPixelAreaOptions
impl UnwindSafe for _ExportPixelAreaOptions
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