Struct wayland_bridge::dispatcher::WaylandDispatcher
source · pub struct WaylandDispatcher {
pub display: Display,
}
Expand description
The main FIDL server that listens for incoming client connection requests.
Fields§
§display: Display
The display handles the creation of new clients. Must be Arc/Mutex since this is shared with the future run on the executor.
Implementations§
Auto Trait Implementations§
impl Freeze for WaylandDispatcher
impl !RefUnwindSafe for WaylandDispatcher
impl Send for WaylandDispatcher
impl Sync for WaylandDispatcher
impl Unpin for WaylandDispatcher
impl !UnwindSafe for WaylandDispatcher
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