pub struct NetbiosQuestion {
pub qname: EncodedName,
pub qtype: QType,
pub qclass: RClass,
}
Expand description
NetBIOS Name Service Name Query
Fields§
§qname: EncodedName
§qtype: QType
§qclass: RClass
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetbiosQuestion
impl RefUnwindSafe for NetbiosQuestion
impl Send for NetbiosQuestion
impl Sync for NetbiosQuestion
impl Unpin for NetbiosQuestion
impl UnwindSafe for NetbiosQuestion
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