pub struct CnnBatchNormalizationDataSource { /* private fields */ }Implementations§
Trait Implementations§
impl Send for CnnBatchNormalizationDataSource
impl Sync for CnnBatchNormalizationDataSource
Auto Trait Implementations§
impl Freeze for CnnBatchNormalizationDataSource
impl RefUnwindSafe for CnnBatchNormalizationDataSource
impl Unpin for CnnBatchNormalizationDataSource
impl UnsafeUnpin for CnnBatchNormalizationDataSource
impl UnwindSafe for CnnBatchNormalizationDataSource
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