Struct windows_sys::Win32::System::Wmi::MI_HostedProvider
[−]#[repr(C)]pub struct MI_HostedProvider {
pub reserved1: u64,
pub reserved2: isize,
pub ft: *const MI_HostedProviderFT,
}
Expand description
Required features: ‘Win32_System_Wmi’
Fields
reserved1: u64
reserved2: isize
ft: *const MI_HostedProviderFT
Trait Implementations
impl Clone for MI_HostedProvider
impl Clone for MI_HostedProvider
impl Copy for MI_HostedProvider
Auto Trait Implementations
impl RefUnwindSafe for MI_HostedProvider
impl !Send for MI_HostedProvider
impl !Sync for MI_HostedProvider
impl Unpin for MI_HostedProvider
impl UnwindSafe for MI_HostedProvider
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more