pub struct RCGCRD4 {
pub player_num: u8,
pub team_num: u8,
pub fallen: u8,
pub pose: [f32; 3],
pub ball_age: f32,
pub ball: [f32; 2],
}Fields§
§player_num: u8§team_num: u8§fallen: u8§pose: [f32; 3]§ball_age: f32§ball: [f32; 2]Trait Implementations§
Source§impl<'de> Deserialize<'de> for RCGCRD4
impl<'de> Deserialize<'de> for RCGCRD4
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 RCGCRD4
impl StructuralPartialEq for RCGCRD4
Auto Trait Implementations§
impl Freeze for RCGCRD4
impl RefUnwindSafe for RCGCRD4
impl Send for RCGCRD4
impl Sync for RCGCRD4
impl Unpin for RCGCRD4
impl UnwindSafe for RCGCRD4
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