Struct 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