Struct windows_sys::Win32::System::GroupPolicy::GROUP_POLICY_OBJECTA
#[repr(C)]pub struct GROUP_POLICY_OBJECTA {Show 13 fields
pub dwOptions: u32,
pub dwVersion: u32,
pub lpDSPath: PSTR,
pub lpFileSysPath: PSTR,
pub lpDisplayName: PSTR,
pub szGPOName: [u8; 50],
pub GPOLink: GPO_LINK,
pub lParam: LPARAM,
pub pNext: *mut GROUP_POLICY_OBJECTA,
pub pPrev: *mut GROUP_POLICY_OBJECTA,
pub lpExtensions: PSTR,
pub lParam2: LPARAM,
pub lpLink: PSTR,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwOptions: u32
§dwVersion: u32
§lpDSPath: PSTR
§lpFileSysPath: PSTR
§lpDisplayName: PSTR
§szGPOName: [u8; 50]
§GPOLink: GPO_LINK
§lParam: LPARAM
§pNext: *mut GROUP_POLICY_OBJECTA
§pPrev: *mut GROUP_POLICY_OBJECTA
§lpExtensions: PSTR
§lParam2: LPARAM
§lpLink: PSTR
Trait Implementations§
§impl Clone for GROUP_POLICY_OBJECTA
impl Clone for GROUP_POLICY_OBJECTA
impl Copy for GROUP_POLICY_OBJECTA
Auto Trait Implementations§
impl RefUnwindSafe for GROUP_POLICY_OBJECTA
impl !Send for GROUP_POLICY_OBJECTA
impl !Sync for GROUP_POLICY_OBJECTA
impl Unpin for GROUP_POLICY_OBJECTA
impl UnwindSafe for GROUP_POLICY_OBJECTA
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