Struct dfhack_remote::Plugins
source · [−]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
Auto Trait Implementations
impl<TProtocol, E> !RefUnwindSafe for Plugins<TProtocol, E>
impl<TProtocol, E> !Send for Plugins<TProtocol, E>
impl<TProtocol, E> !Sync for Plugins<TProtocol, E>
impl<TProtocol, E> Unpin for Plugins<TProtocol, E> where
E: Unpin,
impl<TProtocol, E> !UnwindSafe for Plugins<TProtocol, 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