Struct windows_sys::Win32::NetworkManagement::Dns::DNS_WIRE_QUESTION
[−]#[repr(C, packed(1))]pub struct DNS_WIRE_QUESTION {
pub QuestionType: u16,
pub QuestionClass: u16,
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
QuestionType: u16
QuestionClass: u16
Trait Implementations
impl Clone for DNS_WIRE_QUESTION
impl Clone for DNS_WIRE_QUESTION
impl Copy for DNS_WIRE_QUESTION
Auto Trait Implementations
impl RefUnwindSafe for DNS_WIRE_QUESTION
impl Send for DNS_WIRE_QUESTION
impl Sync for DNS_WIRE_QUESTION
impl Unpin for DNS_WIRE_QUESTION
impl UnwindSafe for DNS_WIRE_QUESTION
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