Struct darknet::ffi::image [] [src]

#[repr(C)]
pub struct image { pub w: c_int, pub h: c_int, pub c: c_int, pub data: *mut f32, }

Fields

Trait Implementations

impl Debug for image
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for image
[src]

impl Clone for image
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more