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