#[repr(C)]pub struct WMIREGINFOW {
pub BufferSize: ULONG,
pub NextWmiRegInfo: ULONG,
pub RegistryPath: ULONG,
pub MofResourceName: ULONG,
pub GuidGount: ULONG,
pub WmiRegGuid: [WMIREGGUIDW; 0],
}
Fields
BufferSize: ULONG
NextWmiRegInfo: ULONG
RegistryPath: ULONG
MofResourceName: ULONG
GuidGount: ULONG
WmiRegGuid: [WMIREGGUIDW; 0]
Trait Implementations
sourceimpl Clone for WMIREGINFOW
impl Clone for WMIREGINFOW
sourcefn clone(&self) -> WMIREGINFOW
fn clone(&self) -> WMIREGINFOW
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for WMIREGINFOW
Auto Trait Implementations
impl RefUnwindSafe for WMIREGINFOW
impl Send for WMIREGINFOW
impl Sync for WMIREGINFOW
impl Unpin for WMIREGINFOW
impl UnwindSafe for WMIREGINFOW
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