pub struct PamojaController { /* private fields */ }Expand description
An opaque handle to a profile’s decision logic.
A controller carries state between readings, because a level estimate and a rate of change both need the previous sample, so evaluate readings through one controller in the order they were taken.
Auto Trait Implementations§
impl Freeze for PamojaController
impl RefUnwindSafe for PamojaController
impl Send for PamojaController
impl Sync for PamojaController
impl Unpin for PamojaController
impl UnsafeUnpin for PamojaController
impl UnwindSafe for PamojaController
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