#[repr(C)]pub struct ious {
pub iou: f32,
pub giou: f32,
pub diou: f32,
pub ciou: f32,
pub dx_iou: dxrep,
pub dx_giou: dxrep,
}Fields§
§iou: f32§giou: f32§diou: f32§ciou: f32§dx_iou: dxrep§dx_giou: dxrepTrait Implementations§
Auto Trait Implementations§
impl Freeze for ious
impl RefUnwindSafe for ious
impl Send for ious
impl Sync for ious
impl Unpin for ious
impl UnsafeUnpin for ious
impl UnwindSafe for ious
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