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