Skip to main content

NDArrayDriverParams

Struct NDArrayDriverParams 

Source
pub struct NDArrayDriverParams {
Show 61 fields pub port_name_self: usize, pub ad_core_version: usize, pub driver_version: usize, pub manufacturer: usize, pub model: usize, pub serial_number: usize, pub firmware_version: usize, pub sdk_version: usize, pub array_size_x: usize, pub array_size_y: usize, pub array_size_z: usize, pub array_size: usize, pub array_counter: usize, pub array_callbacks: usize, pub n_dimensions: usize, pub data_type: usize, pub color_mode: usize, pub unique_id: usize, pub bayer_pattern: usize, pub codec: usize, pub compressed_size: usize, pub timestamp_rbv: usize, pub epics_ts_sec: usize, pub epics_ts_nsec: usize, pub ndarray_data: usize, pub pool_max_memory: usize, pub pool_used_memory: usize, pub pool_alloc_buffers: usize, pub pool_free_buffers: usize, pub pool_max_buffers: usize, pub pool_pre_alloc: usize, pub pool_empty_free_list: usize, pub pool_poll_stats: usize, pub pool_num_pre_alloc_buffers: usize, pub auto_save: usize, pub file_format: usize, pub free_capture: usize, pub file_path: usize, pub file_name: usize, pub file_number: usize, pub file_template: usize, pub auto_increment: usize, pub full_file_name: usize, pub file_path_exists: usize, pub write_file: usize, pub read_file: usize, pub file_write_mode: usize, pub file_write_status: usize, pub file_write_message: usize, pub num_capture: usize, pub num_captured: usize, pub capture: usize, pub delete_driver_file: usize, pub lazy_open: usize, pub create_dir: usize, pub temp_suffix: usize, pub attributes_file: usize, pub attributes_status: usize, pub attributes_macros: usize, pub num_queued_arrays: usize, pub wait_for_plugins: usize,
}
Expand description

Parameters for asynNDArrayDriver base (file I/O, pool stats, array info, attributes).

Fields§

§port_name_self: usize§ad_core_version: usize§driver_version: usize§manufacturer: usize§model: usize§serial_number: usize§firmware_version: usize§sdk_version: usize§array_size_x: usize§array_size_y: usize§array_size_z: usize§array_size: usize§array_counter: usize§array_callbacks: usize§n_dimensions: usize§data_type: usize§color_mode: usize§unique_id: usize§bayer_pattern: usize§codec: usize§compressed_size: usize§timestamp_rbv: usize§epics_ts_sec: usize§epics_ts_nsec: usize§ndarray_data: usize§pool_max_memory: usize§pool_used_memory: usize§pool_alloc_buffers: usize§pool_free_buffers: usize§pool_max_buffers: usize§pool_pre_alloc: usize§pool_empty_free_list: usize§pool_poll_stats: usize§pool_num_pre_alloc_buffers: usize§auto_save: usize§file_format: usize§free_capture: usize§file_path: usize§file_name: usize§file_number: usize§file_template: usize§auto_increment: usize§full_file_name: usize§file_path_exists: usize§write_file: usize§read_file: usize§file_write_mode: usize§file_write_status: usize§file_write_message: usize§num_capture: usize§num_captured: usize§capture: usize§delete_driver_file: usize§lazy_open: usize§create_dir: usize§temp_suffix: usize§attributes_file: usize§attributes_status: usize§attributes_macros: usize§num_queued_arrays: usize§wait_for_plugins: usize

Implementations§

Trait Implementations§

Source§

impl Clone for NDArrayDriverParams

Source§

fn clone(&self) -> NDArrayDriverParams

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 Copy for NDArrayDriverParams

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> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
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.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more