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