Struct obddimal::bdd_manager::dvo_schedules::AtThreshold
source · [−]pub struct AtThreshold {
pub active_nodes_threshold: u32,
pub underlying_schedule: Box<DVOScheduleEnum>,
}
Expand description
Call the underlying strategy if the node count exceeds the specified limit
Fields
active_nodes_threshold: u32
underlying_schedule: Box<DVOScheduleEnum>
Trait Implementations
sourceimpl DVOSchedule for AtThreshold
impl DVOSchedule for AtThreshold
sourceimpl From<AtThreshold> for DVOScheduleEnum
impl From<AtThreshold> for DVOScheduleEnum
sourcefn from(v: AtThreshold) -> DVOScheduleEnum
fn from(v: AtThreshold) -> DVOScheduleEnum
Converts to this type from the input type.
sourceimpl TryInto<AtThreshold> for DVOScheduleEnum
impl TryInto<AtThreshold> for DVOScheduleEnum
sourcefn try_into(self) -> Result<AtThreshold, <Self as TryInto<AtThreshold>>::Error>
fn try_into(self) -> Result<AtThreshold, <Self as TryInto<AtThreshold>>::Error>
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AtThreshold
impl Send for AtThreshold
impl Sync for AtThreshold
impl Unpin for AtThreshold
impl UnwindSafe for AtThreshold
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more