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