#[repr(C)]pub struct dv_inference_queue_statistics {
pub occupancy_count: c_int,
pub length: c_int,
pub wait_time: f32,
}Fields§
§occupancy_count: c_int< Number of inference queue slots occupied with inference request for the endpoint
length: c_int< length of the inference queue for the endpoint
wait_time: f32< waiting time in mili secs for the new inference request to get picked up by endpoint
Trait Implementations§
Source§impl Clone for dv_inference_queue_statistics
impl Clone for dv_inference_queue_statistics
Source§fn clone(&self) -> dv_inference_queue_statistics
fn clone(&self) -> dv_inference_queue_statistics
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for dv_inference_queue_statistics
Auto Trait Implementations§
impl Freeze for dv_inference_queue_statistics
impl RefUnwindSafe for dv_inference_queue_statistics
impl Send for dv_inference_queue_statistics
impl Sync for dv_inference_queue_statistics
impl Unpin for dv_inference_queue_statistics
impl UnsafeUnpin for dv_inference_queue_statistics
impl UnwindSafe for dv_inference_queue_statistics
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