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