Struct windows_sys::Win32::System::Wmi::SWbemAnalysisMatrixList
[−]#[repr(C)]pub struct SWbemAnalysisMatrixList {
pub m_uVersion: u32,
pub m_uMatrixType: u32,
pub m_uNumMatrices: u32,
pub m_pMatrices: *mut SWbemAnalysisMatrix,
}
Expand description
Required features: "Win32_System_Wmi"
, "Win32_Foundation"
Fields
m_uVersion: u32
m_uMatrixType: u32
m_uNumMatrices: u32
m_pMatrices: *mut SWbemAnalysisMatrix
Trait Implementations
impl Clone for SWbemAnalysisMatrixList
impl Clone for SWbemAnalysisMatrixList
impl Copy for SWbemAnalysisMatrixList
Auto Trait Implementations
impl RefUnwindSafe for SWbemAnalysisMatrixList
impl !Send for SWbemAnalysisMatrixList
impl !Sync for SWbemAnalysisMatrixList
impl Unpin for SWbemAnalysisMatrixList
impl UnwindSafe for SWbemAnalysisMatrixList
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