#[repr(u32)]
pub enum _sgx_ql_qv_result_t {
SGX_QL_QV_RESULT_OK,
SGX_QL_QV_RESULT_MIN,
SGX_QL_QV_RESULT_OUT_OF_DATE,
SGX_QL_QV_RESULT_OUT_OF_DATE_CONFIG_NEEDED,
SGX_QL_QV_RESULT_INVALID_SIGNATURE,
SGX_QL_QV_RESULT_REVOKED,
SGX_QL_QV_RESULT_UNSPECIFIED,
SGX_QL_QV_RESULT_SW_HARDENING_NEEDED,
SGX_QL_QV_RESULT_CONFIG_AND_SW_HARDENING_NEEDED,
SGX_QL_QV_RESULT_MAX,
}
Variants§
SGX_QL_QV_RESULT_OK
SGX_QL_QV_RESULT_MIN
SGX_QL_QV_RESULT_OUT_OF_DATE
SGX_QL_QV_RESULT_OUT_OF_DATE_CONFIG_NEEDED
SGX_QL_QV_RESULT_INVALID_SIGNATURE
SGX_QL_QV_RESULT_REVOKED
SGX_QL_QV_RESULT_UNSPECIFIED
SGX_QL_QV_RESULT_SW_HARDENING_NEEDED
SGX_QL_QV_RESULT_CONFIG_AND_SW_HARDENING_NEEDED
SGX_QL_QV_RESULT_MAX
Implementations§
source§impl _sgx_ql_qv_result_t
impl _sgx_ql_qv_result_t
pub const SGX_QL_QV_RESULT_CONFIG_NEEDED: _sgx_ql_qv_result_t = _sgx_ql_qv_result_t::SGX_QL_QV_RESULT_MIN
Trait Implementations§
source§impl Clone for _sgx_ql_qv_result_t
impl Clone for _sgx_ql_qv_result_t
source§fn clone(&self) -> _sgx_ql_qv_result_t
fn clone(&self) -> _sgx_ql_qv_result_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 _sgx_ql_qv_result_t
impl Debug for _sgx_ql_qv_result_t
source§impl Hash for _sgx_ql_qv_result_t
impl Hash for _sgx_ql_qv_result_t
source§impl PartialEq<_sgx_ql_qv_result_t> for _sgx_ql_qv_result_t
impl PartialEq<_sgx_ql_qv_result_t> for _sgx_ql_qv_result_t
source§fn eq(&self, other: &_sgx_ql_qv_result_t) -> bool
fn eq(&self, other: &_sgx_ql_qv_result_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _sgx_ql_qv_result_t
impl Eq for _sgx_ql_qv_result_t
impl StructuralEq for _sgx_ql_qv_result_t
impl StructuralPartialEq for _sgx_ql_qv_result_t
Auto Trait Implementations§
impl RefUnwindSafe for _sgx_ql_qv_result_t
impl Send for _sgx_ql_qv_result_t
impl Sync for _sgx_ql_qv_result_t
impl Unpin for _sgx_ql_qv_result_t
impl UnwindSafe for _sgx_ql_qv_result_t
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.