pub struct PioDistNetwork { /* private fields */ }Expand description
Opaque parsed distribution network handle (the multiconductor wire-coordinate
model). Distinct from PioNetwork (the positive-sequence transmission
model); none of the pio_n_*/extractor functions accept it. Only built with
the dist cargo feature.
Auto Trait Implementations§
impl Freeze for PioDistNetwork
impl RefUnwindSafe for PioDistNetwork
impl Send for PioDistNetwork
impl Sync for PioDistNetwork
impl Unpin for PioDistNetwork
impl UnsafeUnpin for PioDistNetwork
impl UnwindSafe for PioDistNetwork
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