pub struct PioNetworkUpdate(/* private fields */);Expand description
Typed update to physical network data.
Auto Trait Implementations§
impl Freeze for PioNetworkUpdate
impl RefUnwindSafe for PioNetworkUpdate
impl Send for PioNetworkUpdate
impl Sync for PioNetworkUpdate
impl Unpin for PioNetworkUpdate
impl UnsafeUnpin for PioNetworkUpdate
impl UnwindSafe for PioNetworkUpdate
Blanket Implementations§
impl<T> Allocation for T
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