pub struct fann_error { /* private fields */ }Expand description
Structure used to store error-related information, both
fann and fann_train_data can be cast to this type.
§See also
fann_set_error_log, fann_get_errno
Auto Trait Implementations§
impl Freeze for fann_error
impl RefUnwindSafe for fann_error
impl !Send for fann_error
impl !Sync for fann_error
impl Unpin for fann_error
impl UnwindSafe for fann_error
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