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