Struct VHF_CONFIG
#[repr(C)]pub struct VHF_CONFIG {Show 20 fields
pub Size: u32,
pub VhfClientContext: *mut c_void,
pub OperationContextSize: u32,
pub FileHandle: HANDLE,
pub VendorID: u16,
pub ProductID: u16,
pub VersionNumber: u16,
pub ContainerID: GUID,
pub InstanceIDLength: u16,
pub InstanceID: PWSTR,
pub ReportDescriptorLength: u16,
pub ReportDescriptor: *mut u8,
pub EvtVhfReadyForNextReadReport: EVT_VHF_READY_FOR_NEXT_READ_REPORT,
pub EvtVhfAsyncOperationGetFeature: EVT_VHF_ASYNC_OPERATION,
pub EvtVhfAsyncOperationSetFeature: EVT_VHF_ASYNC_OPERATION,
pub EvtVhfAsyncOperationWriteReport: EVT_VHF_ASYNC_OPERATION,
pub EvtVhfAsyncOperationGetInputReport: EVT_VHF_ASYNC_OPERATION,
pub EvtVhfCleanup: EVT_VHF_CLEANUP,
pub HardwareIDsLength: u16,
pub HardwareIDs: PWSTR,
}Fields§
§Size: u32§VhfClientContext: *mut c_void§OperationContextSize: u32§FileHandle: HANDLE§VendorID: u16§ProductID: u16§VersionNumber: u16§ContainerID: GUID§InstanceIDLength: u16§InstanceID: PWSTR§ReportDescriptorLength: u16§ReportDescriptor: *mut u8§EvtVhfReadyForNextReadReport: EVT_VHF_READY_FOR_NEXT_READ_REPORT§EvtVhfAsyncOperationGetFeature: EVT_VHF_ASYNC_OPERATION§EvtVhfAsyncOperationSetFeature: EVT_VHF_ASYNC_OPERATION§EvtVhfAsyncOperationWriteReport: EVT_VHF_ASYNC_OPERATION§EvtVhfAsyncOperationGetInputReport: EVT_VHF_ASYNC_OPERATION§EvtVhfCleanup: EVT_VHF_CLEANUP§HardwareIDsLength: u16§HardwareIDs: PWSTRTrait Implementations§
§impl Clone for VHF_CONFIG
impl Clone for VHF_CONFIG
§fn clone(&self) -> VHF_CONFIG
fn clone(&self) -> VHF_CONFIG
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 VHF_CONFIG
impl Debug for VHF_CONFIG
§impl PartialEq for VHF_CONFIG
impl PartialEq for VHF_CONFIG
impl Copy for VHF_CONFIG
impl StructuralPartialEq for VHF_CONFIG
Auto Trait Implementations§
impl Freeze for VHF_CONFIG
impl RefUnwindSafe for VHF_CONFIG
impl !Send for VHF_CONFIG
impl !Sync for VHF_CONFIG
impl Unpin for VHF_CONFIG
impl UnwindSafe for VHF_CONFIG
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