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 for GetThreads
impl PartialEq for GetThreads
impl StructuralPartialEq for GetThreads
Auto Trait Implementations§
impl Freeze for GetThreads
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