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 copy 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<HabboBroadcast> for HabboBroadcast
impl PartialEq<HabboBroadcast> for HabboBroadcast
source§fn eq(&self, other: &HabboBroadcast) -> bool
fn eq(&self, other: &HabboBroadcast) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for HabboBroadcast
Auto Trait Implementations§
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