pub struct BigDetConfig {
pub hidden: usize,
pub depth: usize,
pub max_boxes: usize,
pub input_dim: Option<usize>,
}Fields§
§depth: usize§max_boxes: usize§input_dim: Option<usize>Trait Implementations§
Source§impl Clone for BigDetConfig
impl Clone for BigDetConfig
Source§fn clone(&self) -> BigDetConfig
fn clone(&self) -> BigDetConfig
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 moreSource§impl Debug for BigDetConfig
impl Debug for BigDetConfig
Auto Trait Implementations§
impl Freeze for BigDetConfig
impl RefUnwindSafe for BigDetConfig
impl Send for BigDetConfig
impl Sync for BigDetConfig
impl Unpin for BigDetConfig
impl UnwindSafe for BigDetConfig
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