Struct darknet::ffi::box_label
[−]
[src]
#[repr(C)]pub struct box_label { pub id: c_int, pub x: f32, pub y: f32, pub w: f32, pub h: f32, pub left: f32, pub right: f32, pub top: f32, pub bottom: f32, }
Fields
id: c_int
x: f32
y: f32
w: f32
h: f32
left: f32
right: f32
top: f32
bottom: f32
Trait Implementations
impl Debug for box_label
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more