pub struct StartCelebrationEffect {
Show 14 fields pub animation: LuVarWString<u32>, pub background_object: Lot, pub camera_path_lot: Lot, pub cele_lead_in: f32, pub cele_lead_out: f32, pub celebration_id: i32, pub duration: f32, pub icon_id: u32, pub main_text: LuVarWString<u32>, pub mixer_program: LuVarString<u32>, pub music_cue: LuVarString<u32>, pub path_node_name: LuVarString<u32>, pub sound_guid: LuVarString<u32>, pub sub_text: LuVarWString<u32>,
}

Fields

animation: LuVarWString<u32>background_object: Lotcamera_path_lot: Lotcele_lead_in: f32cele_lead_out: f32celebration_id: i32duration: f32icon_id: u32main_text: LuVarWString<u32>mixer_program: LuVarString<u32>music_cue: LuVarString<u32>path_node_name: LuVarString<u32>sound_guid: LuVarString<u32>sub_text: LuVarWString<u32>

Trait Implementations

Formats the value using the given formatter. Read more
Deserializes the type by reading from the reader.
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
Serializes the type by writing to the writer.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.