pub struct PlaceBot {
pub bot_id: LegacyId,
pub x: i32,
pub y: i32,
}
Fields§
§bot_id: LegacyId
§x: i32
§y: i32
Trait Implementations§
Source§impl BaseParser for PlaceBot
impl BaseParser for PlaceBot
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 PlaceBot
impl PacketVariable for PlaceBot
impl StructuralPartialEq for PlaceBot
Auto Trait Implementations§
impl Freeze for PlaceBot
impl RefUnwindSafe for PlaceBot
impl Send for PlaceBot
impl Sync for PlaceBot
impl Unpin for PlaceBot
impl UnwindSafe for PlaceBot
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