#[repr(C)]pub struct detection {}Fields§
§bbox: box_§classes: c_int§best_class_idx: c_int§prob: *mut f32§mask: *mut f32§objectness: f32§sort_class: c_int§uc: *mut f32§points: c_int§embeddings: *mut f32§embedding_size: c_int§sim: f32§track_id: c_intTrait Implementations§
Auto Trait Implementations§
impl !Send for detection
impl !Sync for detection
impl Freeze for detection
impl RefUnwindSafe for detection
impl Unpin for detection
impl UnsafeUnpin for detection
impl UnwindSafe for detection
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