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