Struct windows_sys::Wdk::Devices::HumanInterfaceDevice::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: PWSTR
Trait 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 moreimpl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)