pub struct FluxEngine { /* private fields */ }Implementations§
Source§impl FluxEngine
impl FluxEngine
pub fn new( cfg: FluxConfig, akashic: Arc<AkashicRecords>, morpher: Arc<Metamorphoser>, feedback: Arc<FeedbackEngine>, restore_q: Arc<RestoreQueue>, metrics: Arc<Metrics>, hot: Arc<HotIndex>, ) -> Self
pub fn start(self: Arc<Self>)
pub async fn set_temperature(&self, v: f32)
pub async fn get_temperature(&self) -> f32
Auto Trait Implementations§
impl Freeze for FluxEngine
impl !RefUnwindSafe for FluxEngine
impl Send for FluxEngine
impl Sync for FluxEngine
impl Unpin for FluxEngine
impl UnsafeUnpin for FluxEngine
impl !UnwindSafe for FluxEngine
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more