pub struct DdnnfEdge {
pub from: u32,
pub to: u32,
pub lits: Vec<i32>,
}Fields§
§from: u32§to: u32§lits: Vec<i32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DdnnfEdge
impl RefUnwindSafe for DdnnfEdge
impl Send for DdnnfEdge
impl Sync for DdnnfEdge
impl Unpin for DdnnfEdge
impl UnsafeUnpin for DdnnfEdge
impl UnwindSafe for DdnnfEdge
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