pub struct AdaptiveAvgPool2D { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AdaptiveAvgPool2D
impl Clone for AdaptiveAvgPool2D
Source§fn clone(&self) -> AdaptiveAvgPool2D
fn clone(&self) -> AdaptiveAvgPool2D
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AdaptiveAvgPool2D
impl RefUnwindSafe for AdaptiveAvgPool2D
impl Send for AdaptiveAvgPool2D
impl Sync for AdaptiveAvgPool2D
impl Unpin for AdaptiveAvgPool2D
impl UnsafeUnpin for AdaptiveAvgPool2D
impl UnwindSafe for AdaptiveAvgPool2D
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