_spinChunkData

Struct _spinChunkData 

Source
#[repr(C)]
pub struct _spinChunkData {
Show 39 fields pub m_blackLevel: f64, pub m_frameID: i64, pub m_exposureTime: f64, pub m_compressionMode: i64, pub m_compressionRatio: f64, pub m_timestamp: i64, pub m_exposureEndLineStatusAll: i64, pub m_width: i64, pub m_image: i64, pub m_height: i64, pub m_gain: f64, pub m_sequencerSetActive: i64, pub m_cRC: i64, pub m_offsetX: i64, pub m_offsetY: i64, pub m_serialDataLength: i64, pub m_partSelector: i64, pub m_pixelDynamicRangeMin: i64, pub m_pixelDynamicRangeMax: i64, pub m_timestampLatchValue: i64, pub m_lineStatusAll: i64, pub m_counterValue: i64, pub m_timerValue: f64, pub m_scanLineSelector: i64, pub m_encoderValue: i64, pub m_linePitch: i64, pub m_transferBlockID: i64, pub m_transferQueueCurrentBlockCount: i64, pub m_streamChannelID: i64, pub m_scan3dCoordinateScale: f64, pub m_scan3dCoordinateOffset: f64, pub m_scan3dInvalidDataValue: f64, pub m_scan3dAxisMin: f64, pub m_scan3dAxisMax: f64, pub m_scan3dTransformValue: f64, pub m_scan3dCoordinateReferenceValue: f64, pub m_inferenceFrameId: i64, pub m_inferenceResult: i64, pub m_inferenceConfidence: f64,
}
Expand description

@brief The type of information that can be obtained from image chunk data.

Fields§

§m_blackLevel: f64§m_frameID: i64§m_exposureTime: f64§m_compressionMode: i64§m_compressionRatio: f64§m_timestamp: i64§m_exposureEndLineStatusAll: i64§m_width: i64§m_image: i64§m_height: i64§m_gain: f64§m_sequencerSetActive: i64§m_cRC: i64§m_offsetX: i64§m_offsetY: i64§m_serialDataLength: i64§m_partSelector: i64§m_pixelDynamicRangeMin: i64§m_pixelDynamicRangeMax: i64§m_timestampLatchValue: i64§m_lineStatusAll: i64§m_counterValue: i64§m_timerValue: f64§m_scanLineSelector: i64§m_encoderValue: i64§m_linePitch: i64§m_transferBlockID: i64§m_transferQueueCurrentBlockCount: i64§m_streamChannelID: i64§m_scan3dCoordinateScale: f64§m_scan3dCoordinateOffset: f64§m_scan3dInvalidDataValue: f64§m_scan3dAxisMin: f64§m_scan3dAxisMax: f64§m_scan3dTransformValue: f64§m_scan3dCoordinateReferenceValue: f64§m_inferenceFrameId: i64§m_inferenceResult: i64§m_inferenceConfidence: f64

Trait Implementations§

Source§

impl Clone for _spinChunkData

Source§

fn clone(&self) -> _spinChunkData

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 _spinChunkData

Source§

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

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

impl Copy for _spinChunkData

Auto Trait Implementations§

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.