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