#[repr(u32)]pub enum ucs_handle_error_t {
UCS_HANDLE_ERROR_BACKTRACE = 0,
UCS_HANDLE_ERROR_FREEZE = 1,
UCS_HANDLE_ERROR_DEBUG = 2,
UCS_HANDLE_ERROR_NONE = 3,
UCS_HANDLE_ERROR_LAST = 4,
}Expand description
Error handling modes
Variants§
UCS_HANDLE_ERROR_BACKTRACE = 0
UCS_HANDLE_ERROR_FREEZE = 1
UCS_HANDLE_ERROR_DEBUG = 2
UCS_HANDLE_ERROR_NONE = 3
UCS_HANDLE_ERROR_LAST = 4
Trait Implementations§
Source§impl Clone for ucs_handle_error_t
impl Clone for ucs_handle_error_t
Source§fn clone(&self) -> ucs_handle_error_t
fn clone(&self) -> ucs_handle_error_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ucs_handle_error_t
impl Debug for ucs_handle_error_t
Source§impl Hash for ucs_handle_error_t
impl Hash for ucs_handle_error_t
Source§impl PartialEq for ucs_handle_error_t
impl PartialEq for ucs_handle_error_t
impl Copy for ucs_handle_error_t
impl Eq for ucs_handle_error_t
impl StructuralPartialEq for ucs_handle_error_t
Auto Trait Implementations§
impl Freeze for ucs_handle_error_t
impl RefUnwindSafe for ucs_handle_error_t
impl Send for ucs_handle_error_t
impl Sync for ucs_handle_error_t
impl Unpin for ucs_handle_error_t
impl UnwindSafe for ucs_handle_error_t
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