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

Trait Implementations

impl Debug for box_label
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for box_label
[src]

impl Clone for box_label
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more