pub struct GetThread {
pub group_id: LegacyId,
pub thread_id: LegacyId,
}
Fields§
§group_id: LegacyId
§thread_id: LegacyId
Trait Implementations§
Source§impl BaseParser for GetThread
impl BaseParser for GetThread
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 PacketVariable for GetThread
impl PacketVariable for GetThread
impl StructuralPartialEq for GetThread
Auto Trait Implementations§
impl Freeze for GetThread
impl RefUnwindSafe for GetThread
impl Send for GetThread
impl Sync for GetThread
impl Unpin for GetThread
impl UnwindSafe for GetThread
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