Struct tf_demo_parser::demo::gameevent_gen::ShowAnnotationEvent[][src]

pub struct ShowAnnotationEvent {
Show fields pub world_pos_x: f32, pub world_pos_y: f32, pub world_pos_z: f32, pub world_normal_x: f32, pub world_normal_y: f32, pub world_normal_z: f32, pub id: u32, pub text: String, pub lifetime: f32, pub visibility_bit_field: u32, pub follow_ent_index: u32, pub show_distance: bool, pub play_sound: String, pub show_effect: bool,
}

Fields

world_pos_x: f32world_pos_y: f32world_pos_z: f32world_normal_x: f32world_normal_y: f32world_normal_z: f32id: u32text: Stringlifetime: f32visibility_bit_field: u32follow_ent_index: u32show_distance: boolplay_sound: Stringshow_effect: bool

Trait Implementations

Formats the value using the given formatter. Read more

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

Performs the conversion.

Performs the conversion.

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.