#[repr(C)]
pub struct GROUP_POLICY_OBJECTW {
Show 13 fields pub dwOptions: u32, pub dwVersion: u32, pub lpDSPath: PWSTR, pub lpFileSysPath: PWSTR, pub lpDisplayName: PWSTR, pub szGPOName: [u16; 50], pub GPOLink: GPO_LINK, pub lParam: LPARAM, pub pNext: *mut GROUP_POLICY_OBJECTW, pub pPrev: *mut GROUP_POLICY_OBJECTW, pub lpExtensions: PWSTR, pub lParam2: LPARAM, pub lpLink: PWSTR,
}
Expand description

Required features: "Win32_System_GroupPolicy", "Win32_Foundation"

Fields

dwOptions: u32dwVersion: u32lpDSPath: PWSTRlpFileSysPath: PWSTRlpDisplayName: PWSTRszGPOName: [u16; 50]GPOLink: GPO_LINKlParam: LPARAMpNext: *mut GROUP_POLICY_OBJECTWpPrev: *mut GROUP_POLICY_OBJECTWlpExtensions: PWSTRlParam2: LPARAMlpLink: PWSTR

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.