Struct NETSETUP_PROVISIONING_PARAMS
#[repr(C)]pub struct NETSETUP_PROVISIONING_PARAMS {Show 15 fields
pub dwVersion: u32,
pub lpDomain: PCWSTR,
pub lpHostName: PCWSTR,
pub lpMachineAccountOU: PCWSTR,
pub lpDcName: PCWSTR,
pub dwProvisionOptions: NETSETUP_PROVISION,
pub aCertTemplateNames: *const PCWSTR,
pub cCertTemplateNames: u32,
pub aMachinePolicyNames: *const PCWSTR,
pub cMachinePolicyNames: u32,
pub aMachinePolicyPaths: *const PCWSTR,
pub cMachinePolicyPaths: u32,
pub lpNetbiosName: PWSTR,
pub lpSiteName: PWSTR,
pub lpPrimaryDNSDomain: PWSTR,
}Fields§
§dwVersion: u32§lpDomain: PCWSTR§lpHostName: PCWSTR§lpMachineAccountOU: PCWSTR§lpDcName: PCWSTR§dwProvisionOptions: NETSETUP_PROVISION§aCertTemplateNames: *const PCWSTR§cCertTemplateNames: u32§aMachinePolicyNames: *const PCWSTR§cMachinePolicyNames: u32§aMachinePolicyPaths: *const PCWSTR§cMachinePolicyPaths: u32§lpNetbiosName: PWSTR§lpSiteName: PWSTR§lpPrimaryDNSDomain: PWSTRTrait Implementations§
§impl Clone for NETSETUP_PROVISIONING_PARAMS
impl Clone for NETSETUP_PROVISIONING_PARAMS
§fn clone(&self) -> NETSETUP_PROVISIONING_PARAMS
fn clone(&self) -> NETSETUP_PROVISIONING_PARAMS
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 more§impl Debug for NETSETUP_PROVISIONING_PARAMS
impl Debug for NETSETUP_PROVISIONING_PARAMS
§impl Default for NETSETUP_PROVISIONING_PARAMS
impl Default for NETSETUP_PROVISIONING_PARAMS
§impl PartialEq for NETSETUP_PROVISIONING_PARAMS
impl PartialEq for NETSETUP_PROVISIONING_PARAMS
impl Copy for NETSETUP_PROVISIONING_PARAMS
impl StructuralPartialEq for NETSETUP_PROVISIONING_PARAMS
Auto Trait Implementations§
impl Freeze for NETSETUP_PROVISIONING_PARAMS
impl RefUnwindSafe for NETSETUP_PROVISIONING_PARAMS
impl !Send for NETSETUP_PROVISIONING_PARAMS
impl !Sync for NETSETUP_PROVISIONING_PARAMS
impl Unpin for NETSETUP_PROVISIONING_PARAMS
impl UnwindSafe for NETSETUP_PROVISIONING_PARAMS
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