pub enum NetOutput {
UdpPacket(NetPair, Buffer),
UdpPackets(Vec<NetPair>, Buffer),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetOutput
impl RefUnwindSafe for NetOutput
impl Send for NetOutput
impl Sync for NetOutput
impl Unpin for NetOutput
impl UnwindSafe for NetOutput
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