Struct g_rust::extension::parsers::subparsers::PetFigureData
source · pub struct PetFigureData {
pub type_id: i32,
pub palette_id: i32,
pub color: String,
pub breed_id: i32,
pub custom_parts: Vec<(i32, i32, i32)>,
}
Fields§
§type_id: i32
§palette_id: i32
§color: String
§breed_id: i32
§custom_parts: Vec<(i32, i32, i32)>
Trait Implementations§
source§impl Clone for PetFigureData
impl Clone for PetFigureData
source§fn clone(&self) -> PetFigureData
fn clone(&self) -> PetFigureData
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 PetFigureData
impl Debug for PetFigureData
source§impl Default for PetFigureData
impl Default for PetFigureData
source§fn default() -> PetFigureData
fn default() -> PetFigureData
Returns the “default value” for a type. Read more
source§impl PacketVariable for PetFigureData
impl PacketVariable for PetFigureData
source§impl PartialEq<PetFigureData> for PetFigureData
impl PartialEq<PetFigureData> for PetFigureData
source§fn eq(&self, other: &PetFigureData) -> bool
fn eq(&self, other: &PetFigureData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PetFigureData
Auto Trait Implementations§
impl RefUnwindSafe for PetFigureData
impl Send for PetFigureData
impl Sync for PetFigureData
impl Unpin for PetFigureData
impl UnwindSafe for PetFigureData
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