#[repr(C)]pub struct DOMAIN_CONTROLLER_INFOW {
pub DomainControllerName: LPWSTR,
pub DomainControllerAddress: LPWSTR,
pub DomainControllerAddressType: ULONG,
pub DomainGuid: GUID,
pub DomainName: LPWSTR,
pub DnsForestName: LPWSTR,
pub Flags: ULONG,
pub DcSiteName: LPWSTR,
pub ClientSiteName: LPWSTR,
}
Fields§
§DomainControllerName: LPWSTR
§DomainControllerAddress: LPWSTR
§DomainControllerAddressType: ULONG
§DomainGuid: GUID
§DomainName: LPWSTR
§DnsForestName: LPWSTR
§Flags: ULONG
§DcSiteName: LPWSTR
§ClientSiteName: LPWSTR
Trait Implementations§
Source§impl Clone for DOMAIN_CONTROLLER_INFOW
impl Clone for DOMAIN_CONTROLLER_INFOW
Source§fn clone(&self) -> DOMAIN_CONTROLLER_INFOW
fn clone(&self) -> DOMAIN_CONTROLLER_INFOW
Returns a duplicate 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 moreSource§impl Default for DOMAIN_CONTROLLER_INFOW
impl Default for DOMAIN_CONTROLLER_INFOW
Source§fn default() -> DOMAIN_CONTROLLER_INFOW
fn default() -> DOMAIN_CONTROLLER_INFOW
Returns the “default value” for a type. Read more
impl Copy for DOMAIN_CONTROLLER_INFOW
Auto Trait Implementations§
impl Freeze for DOMAIN_CONTROLLER_INFOW
impl RefUnwindSafe for DOMAIN_CONTROLLER_INFOW
impl !Send for DOMAIN_CONTROLLER_INFOW
impl !Sync for DOMAIN_CONTROLLER_INFOW
impl Unpin for DOMAIN_CONTROLLER_INFOW
impl UnwindSafe for DOMAIN_CONTROLLER_INFOW
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