Struct tf2types::events::path_track_passed
source · [−]pub struct path_track_passed {
pub index: i32,
}Fields
index: i32Auto Trait Implementations
impl RefUnwindSafe for path_track_passed
impl Send for path_track_passed
impl Sync for path_track_passed
impl Unpin for path_track_passed
impl UnwindSafe for path_track_passed
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more