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