pub struct PrcData {
pub sequence: i16,
pub points: Vec<PrcPoint>,
}Expand description
Raw ball radar tracking data. Type 0xEC.
Fields§
§sequence: i16Frame sequence number
points: Vec<PrcPoint>Tracking points
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrcData
impl RefUnwindSafe for PrcData
impl Send for PrcData
impl Sync for PrcData
impl Unpin for PrcData
impl UnsafeUnpin for PrcData
impl UnwindSafe for PrcData
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