Enum nstd_sys::core::result::NSTDResultStatus
source · #[repr(C)]
pub enum NSTDResultStatus {
NSTD_RESULT_STATUS_OK,
NSTD_RESULT_STATUS_ERR,
}Available on crate feature
nstd_core only.Expand description
Describes an NSTDResult variant.
Variants
NSTD_RESULT_STATUS_OK
A successful variant.
NSTD_RESULT_STATUS_ERR
An error variant.
Auto Trait Implementations
impl RefUnwindSafe for NSTDResultStatus
impl Send for NSTDResultStatus
impl Sync for NSTDResultStatus
impl Unpin for NSTDResultStatus
impl UnwindSafe for NSTDResultStatus
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