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