Struct windows::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: ManuallyDrop<Option<IWbemServices>>,
}
Fields§
§pwszAccountName: PWSTR
§pwszNewSOM: PWSTR
§psaSecurityGroups: *mut SAFEARRAY
§pRsopToken: *mut c_void
§pGPOList: *mut GROUP_POLICY_OBJECTA
§pWbemServices: ManuallyDrop<Option<IWbemServices>>
Trait Implementations§
§impl Clone for RSOP_TARGET
impl Clone for RSOP_TARGET
§impl Debug for RSOP_TARGET
impl Debug for RSOP_TARGET
§impl PartialEq for RSOP_TARGET
impl PartialEq for RSOP_TARGET
§fn eq(&self, other: &RSOP_TARGET) -> bool
fn eq(&self, other: &RSOP_TARGET) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RSOP_TARGET
impl StructuralPartialEq for RSOP_TARGET
Auto Trait Implementations§
impl Freeze for RSOP_TARGET
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)