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