#[repr(C)]pub struct DSOP_SCOPE_INIT_INFO {
pub cbSize: u32,
pub flType: u32,
pub flScope: u32,
pub FilterFlags: DSOP_FILTER_FLAGS,
pub pwzDcName: PCWSTR,
pub pwzADsPath: PCWSTR,
pub hr: HRESULT,
}Fields§
§cbSize: u32§flType: u32§flScope: u32§FilterFlags: DSOP_FILTER_FLAGS§pwzDcName: PCWSTR§pwzADsPath: PCWSTR§hr: HRESULTTrait Implementations§
§impl Clone for DSOP_SCOPE_INIT_INFO
impl Clone for DSOP_SCOPE_INIT_INFO
impl Copy for DSOP_SCOPE_INIT_INFO
Auto Trait Implementations§
impl RefUnwindSafe for DSOP_SCOPE_INIT_INFO
impl !Send for DSOP_SCOPE_INIT_INFO
impl !Sync for DSOP_SCOPE_INIT_INFO
impl Unpin for DSOP_SCOPE_INIT_INFO
impl UnwindSafe for DSOP_SCOPE_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