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,
}
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.