Struct darknet::ffi::box_ [] [src]

#[repr(C)]
pub struct box_ { pub x: f32, pub y: f32, pub w: f32, pub h: f32, }

Fields

Trait Implementations

impl Debug for box_
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for box_
[src]

impl Clone for box_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more