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