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