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