Struct darknet::ffi::load_args [] [src]

#[repr(C)]
pub struct load_args { pub threads: c_int, pub paths: *mut *mut c_char, pub path: *mut c_char, pub n: c_int, pub m: c_int, pub labels: *mut *mut c_char, pub h: c_int, pub w: c_int, pub out_w: c_int, pub out_h: c_int, pub nh: c_int, pub nw: c_int, pub num_boxes: c_int, pub min: c_int, pub max: c_int, pub size: c_int, pub classes: c_int, pub background: c_int, pub scale: c_int, pub center: c_int, pub coords: c_int, pub jitter: f32, pub angle: f32, pub aspect: f32, pub saturation: f32, pub exposure: f32, pub hue: f32, pub d: *mut data, pub im: *mut image, pub resized: *mut image, pub type_: data_type, pub hierarchy: *mut tree, }

Fields

Trait Implementations

impl Debug for load_args
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for load_args
[src]

impl Clone for load_args
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more