Struct windows_sys::Win32::System::Wmi::MI_HostedProviderFT
[−]Expand description
Required features: "Win32_System_Wmi"
Fields
Close: isize
GetApplication: isize
Trait Implementations
impl Clone for MI_HostedProviderFT
impl Clone for MI_HostedProviderFT
impl Copy for MI_HostedProviderFT
Auto Trait Implementations
impl RefUnwindSafe for MI_HostedProviderFT
impl Send for MI_HostedProviderFT
impl Sync for MI_HostedProviderFT
impl Unpin for MI_HostedProviderFT
impl UnwindSafe for MI_HostedProviderFT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more