Struct netlistdb::NoDirection
source · [−]pub struct NoDirection();Expand description
A special direction hint that gives no answer to every pin. This is useful if you do not care about the pin direction (e.g. if you are outputting the benchmark statistics only).
Trait Implementations
sourceimpl DirectionProvider for NoDirection
impl DirectionProvider for NoDirection
Auto Trait Implementations
impl RefUnwindSafe for NoDirection
impl Send for NoDirection
impl Sync for NoDirection
impl Unpin for NoDirection
impl UnwindSafe for NoDirection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more