Struct darknet::ffi::matrix [] [src]

#[repr(C)]
pub struct matrix { pub rows: c_int, pub cols: c_int, pub vals: *mut *mut f32, }

Fields

Trait Implementations

impl Debug for matrix
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for matrix
[src]

impl Clone for matrix
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more