Struct tch::vision::efficientnet::MBConvConfig
source · pub struct MBConvConfig { /* private fields */ }
Trait Implementations§
source§impl Clone for MBConvConfig
impl Clone for MBConvConfig
source§fn clone(&self) -> MBConvConfig
fn clone(&self) -> MBConvConfig
Returns a copy 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 MBConvConfig
impl Debug for MBConvConfig
impl Copy for MBConvConfig
Auto Trait Implementations§
impl RefUnwindSafe for MBConvConfig
impl Send for MBConvConfig
impl Sync for MBConvConfig
impl Unpin for MBConvConfig
impl UnwindSafe for MBConvConfig
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