Struct windows_sys::Win32::System::Wmi::MI_PropertySet
[−]#[repr(C)]pub struct MI_PropertySet {
pub ft: *const MI_PropertySetFT,
pub reserved: [isize; 3],
}
Expand description
Required features: ‘Win32_System_Wmi’
Fields
ft: *const MI_PropertySetFT
reserved: [isize; 3]
Trait Implementations
impl Clone for MI_PropertySet
impl Clone for MI_PropertySet
impl Copy for MI_PropertySet
Auto Trait Implementations
impl RefUnwindSafe for MI_PropertySet
impl !Send for MI_PropertySet
impl !Sync for MI_PropertySet
impl Unpin for MI_PropertySet
impl UnwindSafe for MI_PropertySet
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