Struct windows_sys::Win32::System::Wmi::MI_Server
#[repr(C)]pub struct MI_Server {
pub serverFT: *const MI_ServerFT,
pub contextFT: *const MI_ContextFT,
pub instanceFT: *const MI_InstanceFT,
pub propertySetFT: *const MI_PropertySetFT,
pub filterFT: *const MI_FilterFT,
}
Fields§
§serverFT: *const MI_ServerFT
§contextFT: *const MI_ContextFT
§instanceFT: *const MI_InstanceFT
§propertySetFT: *const MI_PropertySetFT
§filterFT: *const MI_FilterFT
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MI_Server
impl !Send for MI_Server
impl !Sync for MI_Server
impl Unpin for MI_Server
impl UnwindSafe for MI_Server
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