Struct windows::Win32::System::Diagnostics::Etw::WMIREGGUIDW
#[repr(C)]pub struct WMIREGGUIDW {
pub Guid: GUID,
pub Flags: u32,
pub InstanceCount: u32,
pub Anonymous: WMIREGGUIDW_0,
}
Fields§
§Guid: GUID
§Flags: u32
§InstanceCount: u32
§Anonymous: WMIREGGUIDW_0
Trait Implementations§
§impl Clone for WMIREGGUIDW
impl Clone for WMIREGGUIDW
§fn clone(&self) -> WMIREGGUIDW
fn clone(&self) -> WMIREGGUIDW
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 moreimpl Copy for WMIREGGUIDW
Auto Trait Implementations§
impl Freeze for WMIREGGUIDW
impl RefUnwindSafe for WMIREGGUIDW
impl Send for WMIREGGUIDW
impl Sync for WMIREGGUIDW
impl Unpin for WMIREGGUIDW
impl UnwindSafe for WMIREGGUIDW
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
)