pub struct PioPackage { /* private fields */ }Expand description
Opaque .pio.json compiler package handle. A package owns one
powerio_pkg::NetworkPackage, which wraps either a balanced
PioNetwork payload or a multiconductor PioDistNetwork payload.
Auto Trait Implementations§
impl Freeze for PioPackage
impl RefUnwindSafe for PioPackage
impl Send for PioPackage
impl Sync for PioPackage
impl Unpin for PioPackage
impl UnsafeUnpin for PioPackage
impl UnwindSafe for PioPackage
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