Struct dnsmsg_parser::dns_message::UpdateHeader
source · pub struct UpdateHeader {
pub id: u16,
pub opcode: u8,
pub rcode: ResponseCode,
pub qr: u8,
pub zone_count: u16,
pub prerequisite_count: u16,
pub update_count: u16,
pub additional_count: u16,
}
Fields§
§id: u16
§opcode: u8
§rcode: ResponseCode
§qr: u8
§zone_count: u16
§prerequisite_count: u16
§update_count: u16
§additional_count: u16
Trait Implementations§
source§impl Clone for UpdateHeader
impl Clone for UpdateHeader
source§fn clone(&self) -> UpdateHeader
fn clone(&self) -> UpdateHeader
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 UpdateHeader
impl Debug for UpdateHeader
source§impl Default for UpdateHeader
impl Default for UpdateHeader
source§fn default() -> UpdateHeader
fn default() -> UpdateHeader
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateHeader
impl RefUnwindSafe for UpdateHeader
impl Send for UpdateHeader
impl Sync for UpdateHeader
impl Unpin for UpdateHeader
impl UnwindSafe for UpdateHeader
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
)