Union windows_sys::Win32::NetworkManagement::Dns::DNS_SVCB_PARAM_0
#[repr(C)]
pub union DNS_SVCB_PARAM_0 {
pub pIpv4Hints: *mut DNS_SVCB_PARAM_IPV4,
pub pIpv6Hints: *mut DNS_SVCB_PARAM_IPV6,
pub pMandatory: *mut DNS_SVCB_PARAM_MANDATORY,
pub pAlpn: *mut DNS_SVCB_PARAM_ALPN,
pub wPort: u16,
pub pUnknown: *mut DNS_SVCB_PARAM_UNKNOWN,
pub pszDohPath: PSTR,
pub pReserved: *mut c_void,
}
Fields§
§pIpv4Hints: *mut DNS_SVCB_PARAM_IPV4
§pIpv6Hints: *mut DNS_SVCB_PARAM_IPV6
§pMandatory: *mut DNS_SVCB_PARAM_MANDATORY
§pAlpn: *mut DNS_SVCB_PARAM_ALPN
§wPort: u16
§pUnknown: *mut DNS_SVCB_PARAM_UNKNOWN
§pszDohPath: PSTR
§pReserved: *mut c_void
Trait Implementations§
§impl Clone for DNS_SVCB_PARAM_0
impl Clone for DNS_SVCB_PARAM_0
impl Copy for DNS_SVCB_PARAM_0
Auto Trait Implementations§
impl RefUnwindSafe for DNS_SVCB_PARAM_0
impl !Send for DNS_SVCB_PARAM_0
impl !Sync for DNS_SVCB_PARAM_0
impl Unpin for DNS_SVCB_PARAM_0
impl UnwindSafe for DNS_SVCB_PARAM_0
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