Struct Rates
pub struct Rates {
pub cam_fps: f64,
pub infer_fps: f64,
pub infer_latency_ms: f64,
pub infer_capacity_fps: f64,
}Fields§
§cam_fps: f64§infer_fps: f64§infer_latency_ms: f64§infer_capacity_fps: f64Trait Implementations§
impl Copy for Rates
impl StructuralPartialEq for Rates
Auto Trait Implementations§
impl Freeze for Rates
impl RefUnwindSafe for Rates
impl Send for Rates
impl Sync for Rates
impl Unpin for Rates
impl UnwindSafe for Rates
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