Struct webrtc_mdns::message::header::HeaderInternal
source · pub struct HeaderInternal {
pub id: u16,
pub bits: u16,
pub questions: u16,
pub answers: u16,
pub authorities: u16,
pub additionals: u16,
}
Fields§
§id: u16
§bits: u16
§questions: u16
§answers: u16
§additionals: u16
Trait Implementations§
source§impl Default for HeaderInternal
impl Default for HeaderInternal
source§fn default() -> HeaderInternal
fn default() -> HeaderInternal
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for HeaderInternal
impl Send for HeaderInternal
impl Sync for HeaderInternal
impl Unpin for HeaderInternal
impl UnwindSafe for HeaderInternal
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