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