pub struct ArenaLoop {
pub wire_id: u64,
pub coedges: Vec<CoedgeId>,
}Fields§
§wire_id: u64§coedges: Vec<CoedgeId>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArenaLoop
impl RefUnwindSafe for ArenaLoop
impl Send for ArenaLoop
impl Sync for ArenaLoop
impl Unpin for ArenaLoop
impl UnsafeUnpin for ArenaLoop
impl UnwindSafe for ArenaLoop
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