#[repr(C)]pub struct _KHOT_PARAMS {
pub UserHwnd: HWND,
pub UserMessage: UINT,
pub Flags: KHOT_FLAG,
pub PatternMatch: KLST_PATTERN_MATCH,
pub OnHotPlug: Option<unsafe extern "C" fn(arg1: KHOT_HANDLE, arg2: KLST_DEVINFO_HANDLE, arg3: KLST_SYNC_FLAG)>,
pub OnPowerBroadcast: Option<unsafe extern "C" fn(arg1: KHOT_HANDLE, arg2: KLST_DEVINFO_HANDLE, arg3: UINT)>,
pub z_F_i_x_e_d: [UCHAR; 992],
}Fields§
§UserHwnd: HWND§UserMessage: UINT§Flags: KHOT_FLAG§PatternMatch: KLST_PATTERN_MATCH§OnHotPlug: Option<unsafe extern "C" fn(arg1: KHOT_HANDLE, arg2: KLST_DEVINFO_HANDLE, arg3: KLST_SYNC_FLAG)>§OnPowerBroadcast: Option<unsafe extern "C" fn(arg1: KHOT_HANDLE, arg2: KLST_DEVINFO_HANDLE, arg3: UINT)>§z_F_i_x_e_d: [UCHAR; 992]Trait Implementations§
Source§impl Clone for _KHOT_PARAMS
impl Clone for _KHOT_PARAMS
Source§fn clone(&self) -> _KHOT_PARAMS
fn clone(&self) -> _KHOT_PARAMS
Returns a duplicate 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 moreSource§impl Debug for _KHOT_PARAMS
impl Debug for _KHOT_PARAMS
Source§impl Default for _KHOT_PARAMS
impl Default for _KHOT_PARAMS
impl Copy for _KHOT_PARAMS
Auto Trait Implementations§
impl Freeze for _KHOT_PARAMS
impl RefUnwindSafe for _KHOT_PARAMS
impl !Send for _KHOT_PARAMS
impl !Sync for _KHOT_PARAMS
impl Unpin for _KHOT_PARAMS
impl UnwindSafe for _KHOT_PARAMS
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