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

Implementations§

source§

impl<'a, 'b> TrailEffectsRow<'a, 'b>

source

pub fn trail_id(&self) -> i32

Get the data in column trailID

source

pub fn texture_name(&self) -> &'a Latin1Str

Get the data in column textureName

source

pub fn blendmode(&self) -> i32

Get the data in column blendmode

source

pub fn cardlifetime(&self) -> f32

Get the data in column cardlifetime

source

pub fn colorlifetime(&self) -> f32

Get the data in column colorlifetime

source

pub fn min_tail_fade(&self) -> f32

Get the data in column minTailFade

source

pub fn tail_fade(&self) -> f32

Get the data in column tailFade

source

pub fn max_particles(&self) -> i32

Get the data in column max_particles

source

pub fn birth_delay(&self) -> f32

Get the data in column birthDelay

source

pub fn death_delay(&self) -> f32

Get the data in column deathDelay

source

pub fn bone1(&self) -> &'a Latin1Str

Get the data in column bone1

source

pub fn bone2(&self) -> &'a Latin1Str

Get the data in column bone2

source

pub fn tex_length(&self) -> f32

Get the data in column texLength

source

pub fn tex_width(&self) -> f32

Get the data in column texWidth

source

pub fn start_color_r(&self) -> f32

Get the data in column startColorR

source

pub fn start_color_g(&self) -> f32

Get the data in column startColorG

source

pub fn start_color_b(&self) -> f32

Get the data in column startColorB

source

pub fn start_color_a(&self) -> f32

Get the data in column startColorA

source

pub fn middle_color_r(&self) -> f32

Get the data in column middleColorR

source

pub fn middle_color_g(&self) -> f32

Get the data in column middleColorG

source

pub fn middle_color_b(&self) -> f32

Get the data in column middleColorB

source

pub fn middle_color_a(&self) -> f32

Get the data in column middleColorA

source

pub fn end_color_r(&self) -> f32

Get the data in column endColorR

source

pub fn end_color_g(&self) -> f32

Get the data in column endColorG

source

pub fn end_color_b(&self) -> f32

Get the data in column endColorB

source

pub fn end_color_a(&self) -> f32

Get the data in column endColorA

Trait Implementations§

source§

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

source§

fn clone(&self) -> TrailEffectsRow<'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 TrailEffectsRow<'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 TrailEffectsRow<'a, 'b>

§

type Table = TrailEffectsTable<'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 TrailEffectsRow<'a, 'b>

Auto Trait Implementations§

§

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

§

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

§

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

§

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

§

impl<'a, 'b> UnwindSafe for TrailEffectsRow<'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.