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