Struct windows_sys::Win32::System::Wmi::MI_PropertySet
#[repr(C)]pub struct MI_PropertySet {
pub ft: *const MI_PropertySetFT,
pub reserved: [isize; 3],
}
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§
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