pub struct PioNetwork { /* private fields */ }Expand description
Opaque parsed network handle. Carries the parsed [Network], the
[IndexCore] derived from it once at parse time (so every indexed query
reuses the same bus-id map and nodal aggregates instead of rebuilding
them), and the reader’s fidelity warnings (pio_parse_warnings).
Auto Trait Implementations§
impl Freeze for PioNetwork
impl RefUnwindSafe for PioNetwork
impl Send for PioNetwork
impl Sync for PioNetwork
impl Unpin for PioNetwork
impl UnsafeUnpin for PioNetwork
impl UnwindSafe for PioNetwork
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