pub struct PetComponentRow<'a, 'b> { /* private fields */ }
Expand description

Implementations§

source§

impl<'a, 'b> PetComponentRow<'a, 'b>

source

pub fn id(&self) -> i32

Get the data in column id

source

pub fn min_tame_update_time(&self) -> f32

Get the data in column minTameUpdateTime

source

pub fn max_tame_update_time(&self) -> f32

Get the data in column maxTameUpdateTime

source

pub fn percent_tame_chance(&self) -> f32

Get the data in column percentTameChance

source

pub fn tamability(&self) -> f32

Get the data in column tamability

source

pub fn element_type(&self) -> i32

Get the data in column elementType

source

pub fn walk_speed(&self) -> f32

Get the data in column walkSpeed

source

pub fn run_speed(&self) -> f32

Get the data in column runSpeed

source

pub fn sprint_speed(&self) -> f32

Get the data in column sprintSpeed

source

pub fn idle_time_min(&self) -> f32

Get the data in column idleTimeMin

source

pub fn idle_time_max(&self) -> f32

Get the data in column idleTimeMax

source

pub fn pet_form(&self) -> i32

Get the data in column petForm

source

pub fn imagination_drain_rate(&self) -> f32

Get the data in column imaginationDrainRate

source

pub fn audio_meta_event_set(&self) -> Option<&'a Latin1Str>

Get the data in column AudioMetaEventSet

source

pub fn buff_i_ds(&self) -> Option<&'a Latin1Str>

Get the data in column buffIDs

Trait Implementations§

source§

impl<'a, 'b> Clone for PetComponentRow<'a, 'b>

source§

fn clone(&self) -> PetComponentRow<'a, 'b>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'a, 'b> Serialize for PetComponentRow<'a, 'b>

source§

fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>where S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a, 'b> TypedRow<'a, 'b> for PetComponentRow<'a, 'b>

§

type Table = PetComponentTable<'a>

The table this row belongs to
source§

fn new(row: Row<'a>, table: &'b Self::Table) -> Self

Creates a new “typed” row from a “typed” table and a “raw” row
source§

fn get( table: &'b Self::Table, index_key: i32, key: i32, id_col: usize ) -> Option<Self>where Self: Sized,

Get a specific entry from the row by unique ID Read more
source§

impl<'a, 'b> Copy for PetComponentRow<'a, 'b>

Auto Trait Implementations§

§

impl<'a, 'b> RefUnwindSafe for PetComponentRow<'a, 'b>

§

impl<'a, 'b> Send for PetComponentRow<'a, 'b>

§

impl<'a, 'b> Sync for PetComponentRow<'a, 'b>

§

impl<'a, 'b> Unpin for PetComponentRow<'a, 'b>where 'a: 'b,

§

impl<'a, 'b> UnwindSafe for PetComponentRow<'a, 'b>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.