Struct windows_sys::Win32::System::Wmi::MI_Session
[−]#[repr(C)]pub struct MI_Session {
pub reserved1: u64,
pub reserved2: isize,
pub ft: *const MI_SessionFT,
}
Expand description
Required features: "Win32_System_Wmi"
Fields
reserved1: u64
reserved2: isize
ft: *const MI_SessionFT
Trait Implementations
impl Clone for MI_Session
impl Clone for MI_Session
impl Copy for MI_Session
Auto Trait Implementations
impl RefUnwindSafe for MI_Session
impl !Send for MI_Session
impl !Sync for MI_Session
impl Unpin for MI_Session
impl UnwindSafe for MI_Session
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