pub enum MobileNetMultiplier {
    Is1,
    Is0Point5,
    Is0Point75,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MobileNetMultiplier
impl Send for MobileNetMultiplier
impl Sync for MobileNetMultiplier
impl Unpin for MobileNetMultiplier
impl UnwindSafe for MobileNetMultiplier
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