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