Struct darknet::ffi::augment_args [] [src]

#[repr(C)]
pub struct augment_args { pub w: c_int, pub h: c_int, pub scale: f32, pub rad: f32, pub dx: f32, pub dy: f32, pub aspect: f32, }

Fields

Trait Implementations

impl Debug for augment_args
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for augment_args
[src]

impl Clone for augment_args
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more