Struct windows_sys::Win32::NetworkManagement::Dns::DNS_MESSAGE_BUFFER
[−]#[repr(C)]pub struct DNS_MESSAGE_BUFFER {
pub MessageHead: DNS_HEADER,
pub MessageBody: [CHAR; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
, "Win32_Foundation"
Fields
MessageHead: DNS_HEADER
MessageBody: [CHAR; 1]
Trait Implementations
impl Clone for DNS_MESSAGE_BUFFER
impl Clone for DNS_MESSAGE_BUFFER
impl Copy for DNS_MESSAGE_BUFFER
Auto Trait Implementations
impl RefUnwindSafe for DNS_MESSAGE_BUFFER
impl Send for DNS_MESSAGE_BUFFER
impl Sync for DNS_MESSAGE_BUFFER
impl Unpin for DNS_MESSAGE_BUFFER
impl UnwindSafe for DNS_MESSAGE_BUFFER
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