pub struct Plugins<TProtocol, E> where
    TProtocol: ProtocolTrait<E>, 
{ pub core: Core<E, TProtocol>, pub remote_fortress_reader: RemoteFortressReader<E, TProtocol>, pub isoworldremote: Isoworldremote<E, TProtocol>, pub rename: Rename<E, TProtocol>, }
Expand description

Generated list of DFHack plugins

Fields

core: Core<E, TProtocol>

RPCs of the plugin

remote_fortress_reader: RemoteFortressReader<E, TProtocol>

RPCs of the RemoteFortressReader plugin

isoworldremote: Isoworldremote<E, TProtocol>

RPCs of the isoworldremote plugin

rename: Rename<E, TProtocol>

RPCs of the rename plugin

Trait Implementations

Initialize all the generated plugins

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Converts to this type from the input type.

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.