pub struct SPLSM {
pub player_num: u8,
pub team_num: u8,
pub fallen: u8,
pub pose: [f32; 3],
pub ball_age: f32,
pub ball: [f32; 2],
pub data: Vec<u8>,
}Fields§
§player_num: u8§team_num: u8§fallen: u8§pose: [f32; 3]§ball_age: f32§ball: [f32; 2]§data: Vec<u8>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SPLSM
impl<'de> Deserialize<'de> for SPLSM
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Message for SPLSM
impl StructuralPartialEq for SPLSM
Auto Trait Implementations§
impl Freeze for SPLSM
impl RefUnwindSafe for SPLSM
impl Send for SPLSM
impl Sync for SPLSM
impl Unpin for SPLSM
impl UnwindSafe for SPLSM
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