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