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: *const PCWSTR,
}Fields§
§cbSize: u32§pwzTargetComputer: PCWSTR§cDsScopeInfos: u32§aDsScopeInfos: *mut DSOP_SCOPE_INIT_INFO§flOptions: u32§cAttributesToFetch: u32§apwzAttributeNames: *const PCWSTRTrait 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§
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