[−][src]Struct darknet_sys::load_args
Fields
threads: c_intpaths: *mut *mut c_charpath: *mut c_charn: c_intm: c_intlabels: *mut *mut c_charh: c_intw: c_intc: c_intout_w: c_intout_h: c_intnh: c_intnw: c_intnum_boxes: c_intmin: c_intmax: c_intsize: c_intclasses: c_intbackground: c_intscale: c_intcenter: c_intcoords: c_intmini_batch: c_inttrack: c_intaugment_speed: c_intletter_box: c_intshow_imgs: c_intdontuse_opencv: c_intjitter: f32resize: f32flip: c_intgaussian_noise: c_intblur: c_intmixup: c_intlabel_smooth_eps: f32angle: f32aspect: f32saturation: f32exposure: f32hue: f32d: *mut dataim: *mut imageresized: *mut imagetype_: data_typehierarchy: *mut treeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for load_args[src]
impl !Send for load_args[src]
impl !Sync for load_args[src]
impl Unpin for load_args[src]
impl UnwindSafe for load_args[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,