#[repr(u32)]pub enum sgx_ql_request_policy_t {
SGX_QL_PERSISTENT = 0,
SGX_QL_EPHEMERAL = 1,
SGX_QL_EPHEMERAL_QVE_MULTI_THREAD = 2,
SGX_QL_PERSISTENT_QVE_MULTI_THREAD = 3,
}Variants§
SGX_QL_PERSISTENT = 0
SGX_QL_EPHEMERAL = 1
SGX_QL_EPHEMERAL_QVE_MULTI_THREAD = 2
SGX_QL_PERSISTENT_QVE_MULTI_THREAD = 3
Implementations§
source§impl _sgx_ql_request_policy
impl _sgx_ql_request_policy
pub const SGX_QL_DEFAULT: _sgx_ql_request_policy = _sgx_ql_request_policy::SGX_QL_PERSISTENT
Trait Implementations§
source§impl Clone for _sgx_ql_request_policy
impl Clone for _sgx_ql_request_policy
source§fn clone(&self) -> _sgx_ql_request_policy
fn clone(&self) -> _sgx_ql_request_policy
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_request_policy
impl Debug for _sgx_ql_request_policy
source§impl Hash for _sgx_ql_request_policy
impl Hash for _sgx_ql_request_policy
source§impl PartialEq for _sgx_ql_request_policy
impl PartialEq for _sgx_ql_request_policy
source§fn eq(&self, other: &_sgx_ql_request_policy) -> bool
fn eq(&self, other: &_sgx_ql_request_policy) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for _sgx_ql_request_policy
impl Eq for _sgx_ql_request_policy
impl StructuralPartialEq for _sgx_ql_request_policy
Auto Trait Implementations§
impl RefUnwindSafe for _sgx_ql_request_policy
impl Send for _sgx_ql_request_policy
impl Sync for _sgx_ql_request_policy
impl Unpin for _sgx_ql_request_policy
impl UnwindSafe for _sgx_ql_request_policy
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