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
w: c_int
h: c_int
scale: f32
rad: f32
dx: f32
dy: f32
aspect: f32
Trait Implementations
impl Debug for augment_args
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for augment_args
[src]
impl Clone for augment_args
[src]
fn clone(&self) -> augment_args
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more