pub struct QuantumGlue(/* private fields */);
Implementations§
Source§impl QuantumGlue
impl QuantumGlue
Trait Implementations§
Source§impl IpcGlue for QuantumGlue
impl IpcGlue for QuantumGlue
Source§fn disconnect(&mut self)
fn disconnect(&mut self)
Disconnect Portal’s connection from server and client Read more
§fn socket_wait(&self)
fn socket_wait(&self)
If the ipc backend is blocking during a waiting call, it will
call this method to block until the socket has woken up.
Source§impl Receiver for QuantumGlue
impl Receiver for QuantumGlue
Auto Trait Implementations§
impl Freeze for QuantumGlue
impl RefUnwindSafe for QuantumGlue
impl Send for QuantumGlue
impl Sync for QuantumGlue
impl Unpin for QuantumGlue
impl UnwindSafe for QuantumGlue
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