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