struct RouterProxyComm {
msg_sender: Sender<RouterMsg>,
wakeup_sender: IpcSender<()>,
shutdown: bool,
handle: Option<JoinHandle<()>>,
}
Fields§
§msg_sender: Sender<RouterMsg>
§wakeup_sender: IpcSender<()>
§shutdown: bool
§handle: Option<JoinHandle<()>>
Auto Trait Implementations§
impl Freeze for RouterProxyComm
impl !RefUnwindSafe for RouterProxyComm
impl Send for RouterProxyComm
impl Sync for RouterProxyComm
impl Unpin for RouterProxyComm
impl !UnwindSafe for RouterProxyComm
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