#[repr(u8)]pub enum EdgeTag {
None = 0,
Complemented = 1,
}Expand description
Edge tag in complement edge BDDs
Variants§
None = 0
The edge’s semantics is the semantics of the referenced node
Complemented = 1
The edge’s semantics is the negation of the referenced node
Trait Implementations§
Source§impl ParseTagged<EdgeTag> for BCDDTerminal
impl ParseTagged<EdgeTag> for BCDDTerminal
impl Copy for EdgeTag
impl Eq for EdgeTag
impl StructuralPartialEq for EdgeTag
Auto Trait Implementations§
impl Freeze for EdgeTag
impl RefUnwindSafe for EdgeTag
impl Send for EdgeTag
impl Sync for EdgeTag
impl Unpin for EdgeTag
impl UnwindSafe for EdgeTag
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