#[repr(C)]pub struct DNS_SERVICE_BROWSE_REQUEST {
pub Version: u32,
pub InterfaceIndex: u32,
pub QueryName: PCWSTR,
pub Anonymous: DNS_SERVICE_BROWSE_REQUEST_0,
pub pQueryContext: *mut c_void,
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
, "Win32_Foundation"
Fields
Version: u32
InterfaceIndex: u32
QueryName: PCWSTR
Anonymous: DNS_SERVICE_BROWSE_REQUEST_0
pQueryContext: *mut c_void
Trait Implementations
impl Clone for DNS_SERVICE_BROWSE_REQUEST
impl Clone for DNS_SERVICE_BROWSE_REQUEST
impl Copy for DNS_SERVICE_BROWSE_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for DNS_SERVICE_BROWSE_REQUEST
impl !Send for DNS_SERVICE_BROWSE_REQUEST
impl !Sync for DNS_SERVICE_BROWSE_REQUEST
impl Unpin for DNS_SERVICE_BROWSE_REQUEST
impl UnwindSafe for DNS_SERVICE_BROWSE_REQUEST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more