#[repr(C)]pub struct SimpleRectRaw {
pub x: f64,
pub y: f64,
pub w: f64,
pub h: f64,
pub confidence: f32,
pub _pad: f32,
}Expand description
Mirrors VNSimpleRectRaw.
Fields§
§x: f64§y: f64§w: f64§h: f64§confidence: f32§_pad: f32Auto Trait Implementations§
impl Freeze for SimpleRectRaw
impl RefUnwindSafe for SimpleRectRaw
impl Send for SimpleRectRaw
impl Sync for SimpleRectRaw
impl Unpin for SimpleRectRaw
impl UnsafeUnpin for SimpleRectRaw
impl UnwindSafe for SimpleRectRaw
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