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