Struct windows_sys::Win32::System::GroupPolicy::RSOP_TARGET
[−]#[repr(C)]pub struct RSOP_TARGET {
pub pwszAccountName: PWSTR,
pub pwszNewSOM: PWSTR,
pub psaSecurityGroups: *mut SAFEARRAY,
pub pRsopToken: *mut c_void,
pub pGPOList: *mut GROUP_POLICY_OBJECTA,
pub pWbemServices: IWbemServices,
}
Expand description
Required features: "Win32_System_GroupPolicy"
, "Win32_Foundation"
, "Win32_System_Com"
, "Win32_System_Wmi"
Fields
pwszAccountName: PWSTR
pwszNewSOM: PWSTR
psaSecurityGroups: *mut SAFEARRAY
pRsopToken: *mut c_void
pGPOList: *mut GROUP_POLICY_OBJECTA
pWbemServices: IWbemServices
Trait Implementations
impl Clone for RSOP_TARGET
impl Clone for RSOP_TARGET
impl Copy for RSOP_TARGET
Auto Trait Implementations
impl RefUnwindSafe for RSOP_TARGET
impl !Send for RSOP_TARGET
impl !Sync for RSOP_TARGET
impl Unpin for RSOP_TARGET
impl UnwindSafe for RSOP_TARGET
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