#[repr(C)]pub struct ns_msg {
pub msg: *const u8,
pub eom: *const u8,
pub id: u16,
pub flags: u16,
pub counts: [u16; 4],
pub sections: [*const u8; 4],
pub sect: ns_sect_q,
pub rrnum: c_int,
pub msg_ptr: *const u8,
}
Fields§
§msg: *const u8
§eom: *const u8
§id: u16
§flags: u16
§counts: [u16; 4]
§sections: [*const u8; 4]
§sect: ns_sect_q
§rrnum: c_int
§msg_ptr: *const u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ns_msg
impl RefUnwindSafe for ns_msg
impl !Send for ns_msg
impl !Sync for ns_msg
impl Unpin for ns_msg
impl UnwindSafe for ns_msg
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