Struct dnsmsg_parser::dns_message::QueryHeader
source · pub struct QueryHeader {}
Fields§
§id: u16
§opcode: u8
§rcode: ResponseCode
§qr: u8
§aa: bool
§tc: bool
§rd: bool
§ra: bool
§ad: bool
§cd: bool
§question_count: u16
§answer_count: u16
§additional_count: u16
Trait Implementations§
source§impl Clone for QueryHeader
impl Clone for QueryHeader
source§fn clone(&self) -> QueryHeader
fn clone(&self) -> QueryHeader
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for QueryHeader
impl Debug for QueryHeader
source§impl Default for QueryHeader
impl Default for QueryHeader
source§fn default() -> QueryHeader
fn default() -> QueryHeader
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueryHeader
impl RefUnwindSafe for QueryHeader
impl Send for QueryHeader
impl Sync for QueryHeader
impl Unpin for QueryHeader
impl UnwindSafe for QueryHeader
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)