#[repr(C)]pub struct HumanObservationRaw {
pub bbox_x: f64,
pub bbox_y: f64,
pub bbox_w: f64,
pub bbox_h: f64,
pub confidence: f32,
pub upper_body_only: bool,
}Expand description
Mirrors VNHumanObservationRaw in the Swift bridge. Layout-compatible.
Fields§
§bbox_x: f64§bbox_y: f64§bbox_w: f64§bbox_h: f64§confidence: f32§upper_body_only: boolAuto Trait Implementations§
impl Freeze for HumanObservationRaw
impl RefUnwindSafe for HumanObservationRaw
impl Send for HumanObservationRaw
impl Sync for HumanObservationRaw
impl Unpin for HumanObservationRaw
impl UnsafeUnpin for HumanObservationRaw
impl UnwindSafe for HumanObservationRaw
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