pub struct GetForumsList {
pub list_code: i32,
pub start_index: i32,
pub count: i32,
}
Fields§
§list_code: i32
§start_index: i32
§count: i32
Trait Implementations§
source§impl BaseParser for GetForumsList
impl BaseParser for GetForumsList
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 GetForumsList
impl Clone for GetForumsList
source§fn clone(&self) -> GetForumsList
fn clone(&self) -> GetForumsList
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 GetForumsList
impl Debug for GetForumsList
source§impl Default for GetForumsList
impl Default for GetForumsList
source§fn default() -> GetForumsList
fn default() -> GetForumsList
Returns the “default value” for a type. Read more
source§impl PacketVariable for GetForumsList
impl PacketVariable for GetForumsList
source§impl PartialEq<GetForumsList> for GetForumsList
impl PartialEq<GetForumsList> for GetForumsList
source§fn eq(&self, other: &GetForumsList) -> bool
fn eq(&self, other: &GetForumsList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetForumsList
Auto Trait Implementations§
impl RefUnwindSafe for GetForumsList
impl Send for GetForumsList
impl Sync for GetForumsList
impl Unpin for GetForumsList
impl UnwindSafe for GetForumsList
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