pub struct UiBridge {
pub cmd_rx: Receiver<BackendCommand>,
pub evt_tx: Sender<BackendEvent>,
}Fields§
§cmd_rx: Receiver<BackendCommand>§evt_tx: Sender<BackendEvent>Auto Trait Implementations§
impl Freeze for UiBridge
impl RefUnwindSafe for UiBridge
impl Send for UiBridge
impl Sync for UiBridge
impl Unpin for UiBridge
impl UnsafeUnpin for UiBridge
impl UnwindSafe for UiBridge
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
Source§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
Source§fn consume_handle(handle: Handle) -> Arc<T>
fn consume_handle(handle: Handle) -> Arc<T>
Consume a handle, getting back the initial
Arc<>