#[repr(C)]pub struct RectangleObservationRaw {}Expand description
Mirrors VNRectangleObservationRaw in the Swift bridge. Layout-compatible.
Fields§
§bbox_x: f64§bbox_y: f64§bbox_w: f64§bbox_h: f64§confidence: f32§tl_x: f64§tl_y: f64§tr_x: f64§tr_y: f64§bl_x: f64§bl_y: f64§br_x: f64§br_y: f64Auto Trait Implementations§
impl Freeze for RectangleObservationRaw
impl RefUnwindSafe for RectangleObservationRaw
impl Send for RectangleObservationRaw
impl Sync for RectangleObservationRaw
impl Unpin for RectangleObservationRaw
impl UnsafeUnpin for RectangleObservationRaw
impl UnwindSafe for RectangleObservationRaw
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