#[repr(C)]
pub struct HeliosDac_HeliosDacDevice { pub interruptTransfer: *mut libusb_transfer, pub usbHandle: *mut libusb_device_handle, pub frameLock: std_mutex, pub frameReady: bool, pub firmwareVersion: c_int, pub name: [c_char; 32], pub closed: bool, pub frameBuffer: *mut u8, pub frameBufferSize: c_uint, pub frameResult: c_int, pub shutterIsOpen: bool, }

Fields§

§interruptTransfer: *mut libusb_transfer§usbHandle: *mut libusb_device_handle§frameLock: std_mutex§frameReady: bool§firmwareVersion: c_int§name: [c_char; 32]§closed: bool§frameBuffer: *mut u8§frameBufferSize: c_uint§frameResult: c_int§shutterIsOpen: bool

Implementations§

Trait Implementations§

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.