pub struct Exception { /* private fields */ }Expand description
! Class passed to an error.
This class encapsulates all or almost all necessary information about the error happened in the program. The exception is usually constructed and thrown implicitly via CV_Error and CV_Error_ macros.
See also
error
Implementations
Trait Implementations
sourceimpl Boxed for Exception
impl Boxed for Exception
sourceimpl ExceptionTrait for Exception
impl ExceptionTrait for Exception
sourceimpl ExceptionTraitConst for Exception
impl ExceptionTraitConst for Exception
fn as_raw_Exception(&self) -> *const c_void
impl Send for Exception
Auto Trait Implementations
impl RefUnwindSafe for Exception
impl !Sync for Exception
impl Unpin for Exception
impl UnwindSafe for Exception
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more