pub struct DetectionEvent {
pub detections: Vec<DetectionBox>,
pub frame_sequence: u64,
pub pts_ms: Option<u64>,
pub inference_ms: f64,
pub fps: f32,
}Fields§
§detections: Vec<DetectionBox>§frame_sequence: u64§pts_ms: Option<u64>§inference_ms: f64§fps: f32Trait Implementations§
Source§impl IntoDart for DetectionEvent
impl IntoDart for DetectionEvent
Source§impl IntoIntoDart<DetectionEvent> for DetectionEvent
impl IntoIntoDart<DetectionEvent> for DetectionEvent
fn into_into_dart(self) -> DetectionEvent
impl IntoDartExceptPrimitive for DetectionEvent
Auto Trait Implementations§
impl Freeze for DetectionEvent
impl RefUnwindSafe for DetectionEvent
impl Send for DetectionEvent
impl Sync for DetectionEvent
impl Unpin for DetectionEvent
impl UnwindSafe for DetectionEvent
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