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