Struct dfhack_remote::Stubs
source · [−]pub struct Stubs<TChannel> where
TChannel: Channel, { /* private fields */ }Expand description
Generated list of DFHack stubs. Each stub communicates with a plugin.
Implementations
sourceimpl<TChannel> Stubs<TChannel> where
TChannel: Channel,
impl<TChannel> Stubs<TChannel> where
TChannel: Channel,
sourcepub fn remote_fortress_reader(&mut self) -> RemoteFortressReader<'_, TChannel>
pub fn remote_fortress_reader(&mut self) -> RemoteFortressReader<'_, TChannel>
RPCs of the RemoteFortressReader plugin
sourcepub fn isoworldremote(&mut self) -> Isoworldremote<'_, TChannel>
pub fn isoworldremote(&mut self) -> Isoworldremote<'_, TChannel>
RPCs of the isoworldremote plugin
Trait Implementations
Auto Trait Implementations
impl<TChannel> RefUnwindSafe for Stubs<TChannel> where
TChannel: RefUnwindSafe,
impl<TChannel> Send for Stubs<TChannel> where
TChannel: Send,
impl<TChannel> Sync for Stubs<TChannel> where
TChannel: Sync,
impl<TChannel> Unpin for Stubs<TChannel> where
TChannel: Unpin,
impl<TChannel> UnwindSafe for Stubs<TChannel> where
TChannel: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more