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: *mut c_void,
}
Fields§
§pwszAccountName: PWSTR
§pwszNewSOM: PWSTR
§psaSecurityGroups: *mut SAFEARRAY
§pRsopToken: *mut c_void
§pGPOList: *mut GROUP_POLICY_OBJECTA
§pWbemServices: *mut c_void
Trait Implementations§
§impl Clone for RSOP_TARGET
impl Clone for RSOP_TARGET
§fn clone(&self) -> RSOP_TARGET
fn clone(&self) -> RSOP_TARGET
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 moreimpl Copy 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
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)