Struct windows_sys::Win32::Networking::ActiveDirectory::DS_SELECTION
[−]#[repr(C)]pub struct DS_SELECTION {
pub pwzName: PWSTR,
pub pwzADsPath: PWSTR,
pub pwzClass: PWSTR,
pub pwzUPN: PWSTR,
pub pvarFetchedAttributes: *mut VARIANT,
pub flScopeType: u32,
}Expand description
Required features: "Win32_Networking_ActiveDirectory", "Win32_Foundation", "Win32_System_Com", "Win32_System_Ole"
Fields
pwzName: PWSTRpwzADsPath: PWSTRpwzClass: PWSTRpwzUPN: PWSTRpvarFetchedAttributes: *mut VARIANTflScopeType: u32Trait Implementations
impl Clone for DS_SELECTION
impl Clone for DS_SELECTION
impl Copy for DS_SELECTION
Auto Trait Implementations
impl RefUnwindSafe for DS_SELECTION
impl !Send for DS_SELECTION
impl !Sync for DS_SELECTION
impl Unpin for DS_SELECTION
impl UnwindSafe for DS_SELECTION
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