pub struct HLTVFixedEvent {
pub pos_x: u32,
pub pos_y: u32,
pub pos_z: u32,
pub theta: u16,
pub phi: u16,
pub offset: u16,
pub fov: f32,
pub target: u16,
}
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.