Struct zeroconf::linux::event_loop::AvahiEventLoop
source · [−]pub struct AvahiEventLoop<'a> { /* private fields */ }
Implementations
sourceimpl<'a> AvahiEventLoop<'a>
impl<'a> AvahiEventLoop<'a>
sourcepub fn new(poll: Arc<ManagedAvahiSimplePoll>) -> Self
pub fn new(poll: Arc<ManagedAvahiSimplePoll>) -> Self
Constructs a new AvahiEventLoop
.
Trait Implementations
sourceimpl<'a> TEventLoop for AvahiEventLoop<'a>
impl<'a> TEventLoop for AvahiEventLoop<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for AvahiEventLoop<'a>
impl<'a> !Send for AvahiEventLoop<'a>
impl<'a> !Sync for AvahiEventLoop<'a>
impl<'a> Unpin for AvahiEventLoop<'a>
impl<'a> UnwindSafe for AvahiEventLoop<'a>
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