pub struct EventArgs {
pub flags: i32,
pub entity_index: i32,
pub origin: [f32; 3],
pub angles: [f32; 3],
pub velocity: [f32; 3],
pub ducking: i32,
pub fparam1: f32,
pub fparam2: f32,
pub iparam1: i32,
pub iparam2: i32,
pub bparam1: i32,
pub bparam2: i32,
}
Fields§
§flags: i32
§entity_index: i32
§origin: [f32; 3]
§angles: [f32; 3]
§velocity: [f32; 3]
§ducking: i32
§fparam1: f32
§fparam2: f32
§iparam1: i32
§iparam2: i32
§bparam1: i32
§bparam2: i32
Trait Implementations§
impl StructuralPartialEq for EventArgs
Auto Trait Implementations§
impl Freeze for EventArgs
impl RefUnwindSafe for EventArgs
impl Send for EventArgs
impl Sync for EventArgs
impl Unpin for EventArgs
impl UnwindSafe for EventArgs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more