Struct 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: [i8; 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,
}Fields§
§dwOptions: u32§dwVersion: u32§lpDSPath: PSTR§lpFileSysPath: PSTR§lpDisplayName: PSTR§szGPOName: [i8; 50]§GPOLink: GPO_LINK§lParam: LPARAM§pNext: *mut GROUP_POLICY_OBJECTA§pPrev: *mut GROUP_POLICY_OBJECTA§lpExtensions: PSTR§lParam2: LPARAM§lpLink: PSTRTrait Implementations§
§impl Clone for GROUP_POLICY_OBJECTA
impl Clone for GROUP_POLICY_OBJECTA
§fn clone(&self) -> GROUP_POLICY_OBJECTA
fn clone(&self) -> GROUP_POLICY_OBJECTA
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 more§impl Debug for GROUP_POLICY_OBJECTA
impl Debug for GROUP_POLICY_OBJECTA
§impl Default for GROUP_POLICY_OBJECTA
impl Default for GROUP_POLICY_OBJECTA
§impl PartialEq for GROUP_POLICY_OBJECTA
impl PartialEq for GROUP_POLICY_OBJECTA
impl Copy for GROUP_POLICY_OBJECTA
impl StructuralPartialEq for GROUP_POLICY_OBJECTA
Auto Trait Implementations§
impl Freeze for GROUP_POLICY_OBJECTA
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