Struct windows::Win32::System::Wmi::MI_ProviderFT
#[repr(C)]pub struct MI_ProviderFT {Show 14 fields
pub Load: MI_ProviderFT_Load,
pub Unload: MI_ProviderFT_Unload,
pub GetInstance: MI_ProviderFT_GetInstance,
pub EnumerateInstances: MI_ProviderFT_EnumerateInstances,
pub CreateInstance: MI_ProviderFT_CreateInstance,
pub ModifyInstance: MI_ProviderFT_ModifyInstance,
pub DeleteInstance: MI_ProviderFT_DeleteInstance,
pub AssociatorInstances: MI_ProviderFT_AssociatorInstances,
pub ReferenceInstances: MI_ProviderFT_ReferenceInstances,
pub EnableIndications: MI_ProviderFT_EnableIndications,
pub DisableIndications: MI_ProviderFT_DisableIndications,
pub Subscribe: MI_ProviderFT_Subscribe,
pub Unsubscribe: MI_ProviderFT_Unsubscribe,
pub Invoke: MI_ProviderFT_Invoke,
}
Fields§
§Load: MI_ProviderFT_Load
§Unload: MI_ProviderFT_Unload
§GetInstance: MI_ProviderFT_GetInstance
§EnumerateInstances: MI_ProviderFT_EnumerateInstances
§CreateInstance: MI_ProviderFT_CreateInstance
§ModifyInstance: MI_ProviderFT_ModifyInstance
§DeleteInstance: MI_ProviderFT_DeleteInstance
§AssociatorInstances: MI_ProviderFT_AssociatorInstances
§ReferenceInstances: MI_ProviderFT_ReferenceInstances
§EnableIndications: MI_ProviderFT_EnableIndications
§DisableIndications: MI_ProviderFT_DisableIndications
§Subscribe: MI_ProviderFT_Subscribe
§Unsubscribe: MI_ProviderFT_Unsubscribe
§Invoke: MI_ProviderFT_Invoke
Trait Implementations§
§impl Clone for MI_ProviderFT
impl Clone for MI_ProviderFT
§fn clone(&self) -> MI_ProviderFT
fn clone(&self) -> MI_ProviderFT
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 MI_ProviderFT
impl Debug for MI_ProviderFT
§impl Default for MI_ProviderFT
impl Default for MI_ProviderFT
impl Copy for MI_ProviderFT
Auto Trait Implementations§
impl Freeze for MI_ProviderFT
impl RefUnwindSafe for MI_ProviderFT
impl Send for MI_ProviderFT
impl Sync for MI_ProviderFT
impl Unpin for MI_ProviderFT
impl UnwindSafe for MI_ProviderFT
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
)