pub struct DdGen { /* private fields */ }Expand description
An opaque C struct used to represent the CUDD generator.
Auto Trait Implementations§
impl Freeze for DdGen
impl RefUnwindSafe for DdGen
impl !Send for DdGen
impl !Sync for DdGen
impl !Unpin for DdGen
impl UnwindSafe for DdGen
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