pub struct PollStart {
pub id: i32,
}
Fields§
§id: i32
Trait Implementations§
Source§impl BaseParser for PollStart
impl BaseParser for PollStart
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl PacketVariable for PollStart
impl PacketVariable for PollStart
impl StructuralPartialEq for PollStart
Auto Trait Implementations§
impl Freeze for PollStart
impl RefUnwindSafe for PollStart
impl Send for PollStart
impl Sync for PollStart
impl Unpin for PollStart
impl UnwindSafe for PollStart
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