pub struct AeLocked(pub bool);
Expand description
Report the lock status of a running AE algorithm.
If the AE algorithm is locked the value shall be set to true, if it’s converging it shall be set to false. If the AE algorithm is not running the control shall not be present in the metadata control list.
\sa AeEnable
Tuple Fields§
§0: bool
Trait Implementations§
source§impl From<AeLocked> for ControlValue
impl From<AeLocked> for ControlValue
source§impl TryFrom<ControlValue> for AeLocked
impl TryFrom<ControlValue> for AeLocked
source§type Error = ControlValueError
type Error = ControlValueError
The type returned in the event of a conversion error.
impl Control for AeLocked
Auto Trait Implementations§
impl Freeze for AeLocked
impl RefUnwindSafe for AeLocked
impl Send for AeLocked
impl Sync for AeLocked
impl Unpin for AeLocked
impl UnwindSafe for AeLocked
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)