#[repr(transparent)]pub struct sgx_qv_path_type_t(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl sgx_qv_path_type_t
impl sgx_qv_path_type_t
pub const SGX_QV_QVE_PATH: sgx_qv_path_type_t = _
source§impl sgx_qv_path_type_t
impl sgx_qv_path_type_t
pub const SGX_QV_QPL_PATH: sgx_qv_path_type_t = _
Trait Implementations§
source§impl Clone for sgx_qv_path_type_t
impl Clone for sgx_qv_path_type_t
source§fn clone(&self) -> sgx_qv_path_type_t
fn clone(&self) -> sgx_qv_path_type_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_qv_path_type_t
impl Debug for sgx_qv_path_type_t
source§impl Hash for sgx_qv_path_type_t
impl Hash for sgx_qv_path_type_t
source§impl PartialEq for sgx_qv_path_type_t
impl PartialEq for sgx_qv_path_type_t
source§fn eq(&self, other: &sgx_qv_path_type_t) -> bool
fn eq(&self, other: &sgx_qv_path_type_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for sgx_qv_path_type_t
impl Eq for sgx_qv_path_type_t
impl StructuralPartialEq for sgx_qv_path_type_t
Auto Trait Implementations§
impl Freeze for sgx_qv_path_type_t
impl RefUnwindSafe for sgx_qv_path_type_t
impl Send for sgx_qv_path_type_t
impl Sync for sgx_qv_path_type_t
impl Unpin for sgx_qv_path_type_t
impl UnwindSafe for sgx_qv_path_type_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