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