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