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