Expand description
A helper type for simple 1-layer CSR.
Fields
start: Vec<usize>flattened list start, analogous to flat_net2pin_start
items: Vec<usize>flattened list, analogous to netpin, indexed by VecCSR
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VecCSR
impl Send for VecCSR
impl Sync for VecCSR
impl Unpin for VecCSR
impl UnwindSafe for VecCSR
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