pub struct WeightsOpts {
pub detector_weights: Option<PathBuf>,
}Expand description
Optional detector weights path.
Fields§
§detector_weights: Option<PathBuf>Implementations§
Trait Implementations§
Source§impl Clone for WeightsOpts
impl Clone for WeightsOpts
Source§fn clone(&self) -> WeightsOpts
fn clone(&self) -> WeightsOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WeightsOpts
impl RefUnwindSafe for WeightsOpts
impl Send for WeightsOpts
impl Sync for WeightsOpts
impl Unpin for WeightsOpts
impl UnwindSafe for WeightsOpts
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more