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
sourceimpl Default for HeaderInternal
impl Default for HeaderInternal
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more