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