pub struct CitraConnection { /* private fields */ }Expand description
The main interface to Citra. Adds a level of abstraction on the ZMQ socket.
Implementations§
Auto Trait Implementations§
impl Freeze for CitraConnection
impl RefUnwindSafe for CitraConnection
impl Send for CitraConnection
impl !Sync for CitraConnection
impl Unpin for CitraConnection
impl UnwindSafe for CitraConnection
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