Struct hcklib::core::CoreConfig [−][src]
pub struct CoreConfig<'a> { /* fields omitted */ }Expand description
The config object for Core.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CoreConfig<'a>impl<'a> Send for CoreConfig<'a>impl<'a> Sync for CoreConfig<'a>impl<'a> Unpin for CoreConfig<'a>impl<'a> UnwindSafe for CoreConfig<'a>Blanket Implementations
Mutably borrows from an owned value. Read more