Struct windows::Win32::System::Wmi::MI_PropertyDecl
#[repr(C)]pub struct MI_PropertyDecl {
pub flags: u32,
pub code: u32,
pub name: *const u16,
pub qualifiers: *const *const MI_Qualifier,
pub numQualifiers: u32,
pub type: u32,
pub className: *const u16,
pub subscript: u32,
pub offset: u32,
pub origin: *const u16,
pub propagator: *const u16,
pub value: *const c_void,
}
Fields§
§flags: u32
§code: u32
§name: *const u16
§qualifiers: *const *const MI_Qualifier
§numQualifiers: u32
§type: u32
§className: *const u16
§subscript: u32
§offset: u32
§origin: *const u16
§propagator: *const u16
§value: *const c_void
Trait Implementations§
§impl Clone for MI_PropertyDecl
impl Clone for MI_PropertyDecl
§fn clone(&self) -> MI_PropertyDecl
fn clone(&self) -> MI_PropertyDecl
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MI_PropertyDecl
impl Debug for MI_PropertyDecl
§impl Default for MI_PropertyDecl
impl Default for MI_PropertyDecl
§impl PartialEq for MI_PropertyDecl
impl PartialEq for MI_PropertyDecl
§fn eq(&self, other: &MI_PropertyDecl) -> bool
fn eq(&self, other: &MI_PropertyDecl) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MI_PropertyDecl
impl Eq for MI_PropertyDecl
impl StructuralPartialEq for MI_PropertyDecl
Auto Trait Implementations§
impl Freeze for MI_PropertyDecl
impl RefUnwindSafe for MI_PropertyDecl
impl !Send for MI_PropertyDecl
impl !Sync for MI_PropertyDecl
impl Unpin for MI_PropertyDecl
impl UnwindSafe for MI_PropertyDecl
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)