pub struct DeviceInfo {Show 14 fields
pub Version: u16,
pub VendorExID: u32,
pub VendorExVersion: u16,
pub VendorExtensionDesc: String,
pub FunctionalMode: u16,
pub OperationsSupported: Vec<u16>,
pub EventsSupported: Vec<u16>,
pub DevicePropertiesSupported: Vec<u16>,
pub CaptureFormats: Vec<u16>,
pub ImageFormats: Vec<u16>,
pub Manufacturer: String,
pub Model: String,
pub DeviceVersion: String,
pub SerialNumber: String,
}
Fields§
§Version: u16
§VendorExID: u32
§VendorExVersion: u16
§VendorExtensionDesc: String
§FunctionalMode: u16
§OperationsSupported: Vec<u16>
§EventsSupported: Vec<u16>
§DevicePropertiesSupported: Vec<u16>
§CaptureFormats: Vec<u16>
§ImageFormats: Vec<u16>
§Manufacturer: String
§Model: String
§DeviceVersion: String
§SerialNumber: String
Implementations§
Source§impl DeviceInfo
impl DeviceInfo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceInfo
impl RefUnwindSafe for DeviceInfo
impl Send for DeviceInfo
impl Sync for DeviceInfo
impl Unpin for DeviceInfo
impl UnwindSafe for DeviceInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more