made tracker fields public
This commit is contained in:
parent
c5050c8e99
commit
6ac8f0c9a9
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ use crate::NormalizedBoxCoords;
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Debug, Clone)]
|
#[derive(Serialize, Deserialize, Debug, Clone)]
|
||||||
pub struct TrackingUpdate {
|
pub struct TrackingUpdate {
|
||||||
target_id: Option<u16>,
|
pub target_id: Option<u16>,
|
||||||
boxes: Vec<NormalizedBoxCoords>
|
pub boxes: Vec<NormalizedBoxCoords>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue