pub struct player_initial_spawn {
pub index: i32,
}Fields§
§index: i32Auto Trait Implementations§
impl Freeze for player_initial_spawn
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 UnsafeUnpin for player_initial_spawn
impl UnwindSafe for player_initial_spawn
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