Struct windows_sys::Win32::System::Diagnostics::Etw::WMIREGGUIDW
[−]#[repr(C)]pub struct WMIREGGUIDW {
pub Guid: GUID,
pub Flags: u32,
pub InstanceCount: u32,
pub Anonymous: WMIREGGUIDW_0,
}
Expand description
Required features: "Win32_System_Diagnostics_Etw"
Fields
Guid: GUID
Flags: u32
InstanceCount: u32
Anonymous: WMIREGGUIDW_0
Trait Implementations
impl Clone for WMIREGGUIDW
impl Clone for WMIREGGUIDW
impl Copy for WMIREGGUIDW
Auto Trait Implementations
impl RefUnwindSafe for WMIREGGUIDW
impl Send for WMIREGGUIDW
impl Sync for WMIREGGUIDW
impl Unpin for WMIREGGUIDW
impl UnwindSafe for WMIREGGUIDW
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