Struct tf2types::events::player_initial_spawn
source · [−]pub struct player_initial_spawn {
pub index: i32,
}Fields
index: i32Auto Trait Implementations
impl RefUnwindSafe for player_initial_spawn
impl Send for player_initial_spawn
impl Sync for player_initial_spawn
impl Unpin for player_initial_spawn
impl UnwindSafe for player_initial_spawn
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