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