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,
}
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§
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