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