pub struct PetData {
pub id: LegacyId,
pub name: String,
pub figure_data: PetFigureData,
pub level: i32,
}
Fields§
§id: LegacyId
§name: String
§figure_data: PetFigureData
§level: i32
Trait Implementations§
Source§impl PacketVariable for PetData
impl PacketVariable for PetData
impl StructuralPartialEq for PetData
Auto Trait Implementations§
impl Freeze for PetData
impl RefUnwindSafe for PetData
impl Send for PetData
impl Sync for PetData
impl Unpin for PetData
impl UnwindSafe for PetData
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