XI_IMG

Struct XI_IMG 

Source
#[repr(C)]
pub struct XI_IMG {
Show 36 fields pub size: DWORD, pub bp: LPVOID, pub bp_size: DWORD, pub frm: Type, pub width: DWORD, pub height: DWORD, pub nframe: DWORD, pub tsSec: DWORD, pub tsUSec: DWORD, pub GPI_level: DWORD, pub black_level: DWORD, pub padding_x: DWORD, pub AbsoluteOffsetX: DWORD, pub AbsoluteOffsetY: DWORD, pub transport_frm: DWORD, pub img_desc: XI_IMG_DESC, pub DownsamplingX: DWORD, pub DownsamplingY: DWORD, pub flags: DWORD, pub exposure_time_us: DWORD, pub gain_db: f32, pub acq_nframe: DWORD, pub image_user_data: DWORD, pub exposure_sub_times_us: [DWORD; 5], pub data_saturation: f64, pub wb_red: f32, pub wb_green: f32, pub wb_blue: f32, pub lg_black_level: DWORD, pub hg_black_level: DWORD, pub lg_range: DWORD, pub hg_range: DWORD, pub gain_ratio: f32, pub fDownsamplingX: f32, pub fDownsamplingY: f32, pub color_filter_array: Type,
}

Fields§

§size: DWORD§bp: LPVOID§bp_size: DWORD§frm: Type§width: DWORD§height: DWORD§nframe: DWORD§tsSec: DWORD§tsUSec: DWORD§GPI_level: DWORD§black_level: DWORD§padding_x: DWORD§AbsoluteOffsetX: DWORD§AbsoluteOffsetY: DWORD§transport_frm: DWORD§img_desc: XI_IMG_DESC§DownsamplingX: DWORD§DownsamplingY: DWORD§flags: DWORD§exposure_time_us: DWORD§gain_db: f32§acq_nframe: DWORD§image_user_data: DWORD§exposure_sub_times_us: [DWORD; 5]§data_saturation: f64§wb_red: f32§wb_green: f32§wb_blue: f32§lg_black_level: DWORD§hg_black_level: DWORD§lg_range: DWORD§hg_range: DWORD§gain_ratio: f32§fDownsamplingX: f32§fDownsamplingY: f32§color_filter_array: Type

Trait Implementations§

Source§

impl Clone for XI_IMG

Source§

fn clone(&self) -> XI_IMG

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for XI_IMG

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for XI_IMG

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for XI_IMG

Auto Trait Implementations§

§

impl Freeze for XI_IMG

§

impl RefUnwindSafe for XI_IMG

§

impl !Send for XI_IMG

§

impl !Sync for XI_IMG

§

impl Unpin for XI_IMG

§

impl UnwindSafe for XI_IMG

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.