pub struct AigLatch {
pub input: usize,
pub next: AigEdge,
pub init: Option<bool>,
}Fields§
§input: usize§next: AigEdge§init: Option<bool>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AigLatch
impl RefUnwindSafe for AigLatch
impl Send for AigLatch
impl Sync for AigLatch
impl Unpin for AigLatch
impl UnwindSafe for AigLatch
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