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