Struct darknet::ffi::detection [] [src]

#[repr(C)]
pub struct detection { pub bbox: box_, pub classes: c_int, pub prob: *mut f32, pub mask: *mut f32, pub objectness: f32, pub sort_class: c_int, }

Fields

Trait Implementations

impl Debug for detection
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for detection
[src]

impl Clone for detection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more