pub struct UnknownPacket {
pub id: i32,
pub reader: PacketReader,
}Fields§
§id: i32§reader: PacketReaderAuto Trait Implementations§
impl Freeze for UnknownPacket
impl RefUnwindSafe for UnknownPacket
impl Send for UnknownPacket
impl Sync for UnknownPacket
impl Unpin for UnknownPacket
impl UnwindSafe for UnknownPacket
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