Struct tf2types::cevents::player_initial_spawn_s
source · [−]#[repr(C)]pub struct player_initial_spawn_s {
pub index: c_short,
}Fields
index: c_shortAuto Trait Implementations
impl RefUnwindSafe for player_initial_spawn_s
impl Send for player_initial_spawn_s
impl Sync for player_initial_spawn_s
impl Unpin for player_initial_spawn_s
impl UnwindSafe for player_initial_spawn_s
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