pub struct GetHabboGroupDetails {
pub group_id: LegacyId,
pub open: bool,
}
Fields§
§group_id: LegacyId
§open: bool
Trait Implementations§
Source§impl BaseParser for GetHabboGroupDetails
impl BaseParser for GetHabboGroupDetails
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 GetHabboGroupDetails
impl Clone for GetHabboGroupDetails
Source§fn clone(&self) -> GetHabboGroupDetails
fn clone(&self) -> GetHabboGroupDetails
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 GetHabboGroupDetails
impl Debug for GetHabboGroupDetails
Source§impl Default for GetHabboGroupDetails
impl Default for GetHabboGroupDetails
Source§fn default() -> GetHabboGroupDetails
fn default() -> GetHabboGroupDetails
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetHabboGroupDetails
impl PartialEq for GetHabboGroupDetails
impl StructuralPartialEq for GetHabboGroupDetails
Auto Trait Implementations§
impl Freeze for GetHabboGroupDetails
impl RefUnwindSafe for GetHabboGroupDetails
impl Send for GetHabboGroupDetails
impl Sync for GetHabboGroupDetails
impl Unpin for GetHabboGroupDetails
impl UnwindSafe for GetHabboGroupDetails
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