Struct WINBIO_SENSOR_ATTRIBUTES
#[repr(C)]pub struct WINBIO_SENSOR_ATTRIBUTES {
pub PayloadSize: u32,
pub WinBioHresult: HRESULT,
pub WinBioVersion: WINBIO_VERSION,
pub SensorType: u32,
pub SensorSubType: u32,
pub Capabilities: u32,
pub ManufacturerName: [u16; 256],
pub ModelName: [u16; 256],
pub SerialNumber: [u16; 256],
pub FirmwareVersion: WINBIO_VERSION,
pub SupportedFormatEntries: u32,
pub SupportedFormat: [WINBIO_REGISTERED_FORMAT; 1],
}Fields§
§PayloadSize: u32§WinBioHresult: HRESULT§WinBioVersion: WINBIO_VERSION§SensorType: u32§SensorSubType: u32§Capabilities: u32§ManufacturerName: [u16; 256]§ModelName: [u16; 256]§SerialNumber: [u16; 256]§FirmwareVersion: WINBIO_VERSION§SupportedFormatEntries: u32§SupportedFormat: [WINBIO_REGISTERED_FORMAT; 1]Trait Implementations§
§impl Clone for WINBIO_SENSOR_ATTRIBUTES
impl Clone for WINBIO_SENSOR_ATTRIBUTES
§fn clone(&self) -> WINBIO_SENSOR_ATTRIBUTES
fn clone(&self) -> WINBIO_SENSOR_ATTRIBUTES
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for WINBIO_SENSOR_ATTRIBUTES
impl Debug for WINBIO_SENSOR_ATTRIBUTES
§impl Default for WINBIO_SENSOR_ATTRIBUTES
impl Default for WINBIO_SENSOR_ATTRIBUTES
§impl PartialEq for WINBIO_SENSOR_ATTRIBUTES
impl PartialEq for WINBIO_SENSOR_ATTRIBUTES
impl Copy for WINBIO_SENSOR_ATTRIBUTES
impl StructuralPartialEq for WINBIO_SENSOR_ATTRIBUTES
Auto Trait Implementations§
impl Freeze for WINBIO_SENSOR_ATTRIBUTES
impl RefUnwindSafe for WINBIO_SENSOR_ATTRIBUTES
impl Send for WINBIO_SENSOR_ATTRIBUTES
impl Sync for WINBIO_SENSOR_ATTRIBUTES
impl Unpin for WINBIO_SENSOR_ATTRIBUTES
impl UnwindSafe for WINBIO_SENSOR_ATTRIBUTES
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