Struct pemmican::shared::Shared[][src]

pub struct Shared<S> {
    pub pool: CpuPool,
    pub state: S,
}

A Shared component within Pemmican, accessible to plugins

Fields

Methods

impl<S> Shared<S>
[src]

Auto Trait Implementations

impl<S> Send for Shared<S> where
    S: Send

impl<S> Sync for Shared<S> where
    S: Sync