[][src]Struct libdc1394_sys::__dc1394_camera

#[repr(C)]
pub struct __dc1394_camera { pub guid: u64, pub unit: c_int, pub unit_spec_ID: u32, pub unit_sw_version: u32, pub unit_sub_sw_version: u32, pub command_registers_base: u32, pub unit_directory: u32, pub unit_dependent_directory: u32, pub advanced_features_csr: u64, pub PIO_control_csr: u64, pub SIO_control_csr: u64, pub strobe_control_csr: u64, pub format7_csr: [u64; 8], pub iidc_version: Type, pub vendor: *mut c_char, pub model: *mut c_char, pub vendor_id: u32, pub model_id: u32, pub bmode_capable: Type, pub one_shot_capable: Type, pub multi_shot_capable: Type, pub can_switch_on_off: Type, pub has_vmode_error_status: Type, pub has_feature_error_status: Type, pub max_mem_channel: c_int, pub flags: u32, }

Camera structure

This structure represents the camera in libdc1394. It contains a number of useful static information, such as model/vendor names, a few capabilities, some ROM offsets, a unique identifier, etc...

Fields

guid: u64unit: c_intunit_spec_ID: u32unit_sw_version: u32unit_sub_sw_version: u32command_registers_base: u32unit_directory: u32unit_dependent_directory: u32advanced_features_csr: u64PIO_control_csr: u64SIO_control_csr: u64strobe_control_csr: u64format7_csr: [u64; 8]iidc_version: Typevendor: *mut c_charmodel: *mut c_charvendor_id: u32model_id: u32bmode_capable: Typeone_shot_capable: Typemulti_shot_capable: Typecan_switch_on_off: Typehas_vmode_error_status: Typehas_feature_error_status: Typemax_mem_channel: c_intflags: u32

Trait Implementations

impl Copy for __dc1394_camera[src]

impl Clone for __dc1394_camera[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for __dc1394_camera[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.