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