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