#[repr(C)]pub enum Cudd_VariableType {
CUDD_VAR_PRIMARY_INPUT = 0,
CUDD_VAR_PRESENT_STATE = 1,
CUDD_VAR_NEXT_STATE = 2,
}Expand description
Type of variable used during lazy sifting.
Variants§
Auto Trait Implementations§
impl Freeze for Cudd_VariableType
impl RefUnwindSafe for Cudd_VariableType
impl Send for Cudd_VariableType
impl Sync for Cudd_VariableType
impl Unpin for Cudd_VariableType
impl UnwindSafe for Cudd_VariableType
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