Struct windows_sys::Win32::Networking::ActiveDirectory::DSOP_INIT_INFO
[−]#[repr(C)]pub struct DSOP_INIT_INFO {
pub cbSize: u32,
pub pwzTargetComputer: PCWSTR,
pub cDsScopeInfos: u32,
pub aDsScopeInfos: *mut DSOP_SCOPE_INIT_INFO,
pub flOptions: u32,
pub cAttributesToFetch: u32,
pub apwzAttributeNames: *mut PWSTR,
}Expand description
Required features: "Win32_Networking_ActiveDirectory"
Fields
cbSize: u32pwzTargetComputer: PCWSTRcDsScopeInfos: u32aDsScopeInfos: *mut DSOP_SCOPE_INIT_INFOflOptions: u32cAttributesToFetch: u32apwzAttributeNames: *mut PWSTRTrait Implementations
impl Clone for DSOP_INIT_INFO
impl Clone for DSOP_INIT_INFO
impl Copy for DSOP_INIT_INFO
Auto Trait Implementations
impl RefUnwindSafe for DSOP_INIT_INFO
impl !Send for DSOP_INIT_INFO
impl !Sync for DSOP_INIT_INFO
impl Unpin for DSOP_INIT_INFO
impl UnwindSafe for DSOP_INIT_INFO
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