Struct dfhack_remote::Stubs
source · [−]pub struct Stubs<TChannel, E> where
TChannel: Channel<E>, {
pub core: Core<E, TChannel>,
pub remote_fortress_reader: RemoteFortressReader<E, TChannel>,
pub isoworldremote: Isoworldremote<E, TChannel>,
pub rename: Rename<E, TChannel>,
}Expand description
Generated list of DFHack stubs. Each stub communicates with a plugin.
Fields
core: Core<E, TChannel>RPCs of the plugin
remote_fortress_reader: RemoteFortressReader<E, TChannel>RPCs of the RemoteFortressReader plugin
isoworldremote: Isoworldremote<E, TChannel>RPCs of the isoworldremote plugin
rename: Rename<E, TChannel>RPCs of the rename plugin
Trait Implementations
Auto Trait Implementations
impl<TChannel, E> !RefUnwindSafe for Stubs<TChannel, E>
impl<TChannel, E> !Send for Stubs<TChannel, E>
impl<TChannel, E> !Sync for Stubs<TChannel, E>
impl<TChannel, E> Unpin for Stubs<TChannel, E> where
E: Unpin,
impl<TChannel, E> !UnwindSafe for Stubs<TChannel, E>
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