pub struct HabboBroadcast {
pub message_text: String,
}
Fields§
§message_text: String
Trait Implementations§
Source§impl BaseParser for HabboBroadcast
impl BaseParser for HabboBroadcast
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 Clone for HabboBroadcast
impl Clone for HabboBroadcast
Source§fn clone(&self) -> HabboBroadcast
fn clone(&self) -> HabboBroadcast
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HabboBroadcast
impl Debug for HabboBroadcast
Source§impl Default for HabboBroadcast
impl Default for HabboBroadcast
Source§fn default() -> HabboBroadcast
fn default() -> HabboBroadcast
Returns the “default value” for a type. Read more
Source§impl PacketVariable for HabboBroadcast
impl PacketVariable for HabboBroadcast
Source§impl PartialEq for HabboBroadcast
impl PartialEq for HabboBroadcast
impl StructuralPartialEq for HabboBroadcast
Auto Trait Implementations§
impl Freeze for HabboBroadcast
impl RefUnwindSafe for HabboBroadcast
impl Send for HabboBroadcast
impl Sync for HabboBroadcast
impl Unpin for HabboBroadcast
impl UnwindSafe for HabboBroadcast
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