Struct windows_sys::Win32::NetworkManagement::Dns::DNS_SVCB_PARAM
#[repr(C)]pub struct DNS_SVCB_PARAM {
pub wSvcParamKey: u16,
pub Anonymous: DNS_SVCB_PARAM_0,
}
Fields§
§wSvcParamKey: u16
§Anonymous: DNS_SVCB_PARAM_0
Trait Implementations§
§impl Clone for DNS_SVCB_PARAM
impl Clone for DNS_SVCB_PARAM
impl Copy for DNS_SVCB_PARAM
Auto Trait Implementations§
impl RefUnwindSafe for DNS_SVCB_PARAM
impl !Send for DNS_SVCB_PARAM
impl !Sync for DNS_SVCB_PARAM
impl Unpin for DNS_SVCB_PARAM
impl UnwindSafe for DNS_SVCB_PARAM
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