pub struct P69Data {
pub guess_player_idx: Option<u64>,
pub guess_pos_x: Option<f32>,
pub guess_pos_y: Option<f32>,
pub guess_pos_z: Option<f32>,
pub guess_weapon_action: Option<String>,
pub guess_game_time: Option<f32>,
}
Fields§
§guess_player_idx: Option<u64>
§guess_pos_x: Option<f32>
§guess_pos_y: Option<f32>
§guess_pos_z: Option<f32>
§guess_weapon_action: Option<String>
§guess_game_time: Option<f32>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for P69Data
impl RefUnwindSafe for P69Data
impl Send for P69Data
impl Sync for P69Data
impl Unpin for P69Data
impl UnwindSafe for P69Data
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