pub struct ADBMdns { /* private fields */ }
Expand description
https://en.wikipedia.org/wiki/Multicast_DNS
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ADBMdns
impl !RefUnwindSafe for ADBMdns
impl Send for ADBMdns
impl Sync for ADBMdns
impl Unpin for ADBMdns
impl !UnwindSafe for ADBMdns
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