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

Implementations§

source§

impl<'a, 'b> RailActivatorComponentRow<'a, 'b>

source

pub fn id(&self) -> i32

Get the data in column id

source

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

Get the data in column startAnim

source

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

Get the data in column loopAnim

source

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

Get the data in column stopAnim

source

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

Get the data in column startSound

source

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

Get the data in column loopSound

source

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

Get the data in column stopSound

source

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

Get the data in column effectIDs

source

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

Get the data in column preconditions

source

pub fn player_collision(&self) -> bool

Get the data in column playerCollision

source

pub fn camera_locked(&self) -> bool

Get the data in column cameraLocked

source

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

Get the data in column StartEffectID

source

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

Get the data in column StopEffectID

source

pub fn damage_immune(&self) -> bool

Get the data in column DamageImmune

source

pub fn no_aggro(&self) -> bool

Get the data in column NoAggro

source

pub fn show_name_billboard(&self) -> bool

Get the data in column ShowNameBillboard

Trait Implementations§

source§

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

source§

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

§

type Table = RailActivatorComponentTable<'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 RailActivatorComponentRow<'a, 'b>

Auto Trait Implementations§

§

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

§

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

§

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

§

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

§

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