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