pub struct DdTlcInfo { /* private fields */ }Expand description
An opaque C struct used to represent the result of the computation of two-literal clauses.
See Cudd_FindTwoLiteralClauses.
Auto Trait Implementations§
impl Freeze for DdTlcInfo
impl RefUnwindSafe for DdTlcInfo
impl !Send for DdTlcInfo
impl !Sync for DdTlcInfo
impl !Unpin for DdTlcInfo
impl UnwindSafe for DdTlcInfo
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