#[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§
Source§impl Clone for WMIREGINFOW
impl Clone for WMIREGINFOW
Source§fn clone(&self) -> WMIREGINFOW
fn clone(&self) -> WMIREGINFOW
Returns a duplicate 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 moreSource§impl Default for WMIREGINFOW
impl Default for WMIREGINFOW
Source§fn default() -> WMIREGINFOW
fn default() -> WMIREGINFOW
Returns the “default value” for a type. Read more
impl Copy for WMIREGINFOW
Auto Trait Implementations§
impl Freeze for WMIREGINFOW
impl RefUnwindSafe for WMIREGINFOW
impl Send for WMIREGINFOW
impl Sync for WMIREGINFOW
impl Unpin for WMIREGINFOW
impl UnwindSafe for WMIREGINFOW
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