Enum islet_sdk::c_api::islet_status_t
source · #[repr(C)]pub enum islet_status_t {
ISLET_SUCCESS = 0,
ISLET_FAILURE = -1,
ISLET_ERROR_INPUT = -2,
ISLET_ERROR_WRONG_REPORT = -3,
ISLET_ERROR_WRONG_CLAIMS = -4,
ISLET_ERROR_FEATURE_NOT_SUPPORTED = -5,
}
Variants§
ISLET_SUCCESS = 0
ISLET_FAILURE = -1
ISLET_ERROR_INPUT = -2
ISLET_ERROR_WRONG_REPORT = -3
ISLET_ERROR_WRONG_CLAIMS = -4
ISLET_ERROR_FEATURE_NOT_SUPPORTED = -5
Auto Trait Implementations§
impl Freeze for islet_status_t
impl RefUnwindSafe for islet_status_t
impl Send for islet_status_t
impl Sync for islet_status_t
impl Unpin for islet_status_t
impl UnwindSafe for islet_status_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