[][src]Struct darknet_sys::ious

#[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: f32giou: f32diou: f32ciou: f32dx_iou: dxrepdx_giou: dxrep

Trait Implementations

impl Clone for ious[src]

impl Copy for ious[src]

impl Debug for ious[src]

Auto Trait Implementations

impl RefUnwindSafe for ious

impl Send for ious

impl Sync for ious

impl Unpin for ious

impl UnwindSafe for ious

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.