Enum sgx_types::types::QlPathType
source · #[repr(u32)]pub enum QlPathType {
Qe3Path = 0,
PcePath = 1,
QplPath = 2,
IdePath = 3,
}
Variants§
Trait Implementations§
source§impl Clone for QlPathType
impl Clone for QlPathType
source§fn clone(&self) -> QlPathType
fn clone(&self) -> QlPathType
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 QlPathType
impl Debug for QlPathType
source§impl Default for QlPathType
impl Default for QlPathType
source§fn default() -> QlPathType
fn default() -> QlPathType
Returns the “default value” for a type. Read more
source§impl From<QlPathType> for u32
impl From<QlPathType> for u32
source§fn from(n: QlPathType) -> u32
fn from(n: QlPathType) -> u32
Converts to this type from the input type.
source§impl PartialEq for QlPathType
impl PartialEq for QlPathType
source§fn eq(&self, other: &QlPathType) -> bool
fn eq(&self, other: &QlPathType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<u32> for QlPathType
impl TryFrom<u32> for QlPathType
impl ContiguousMemory for QlPathType
impl Copy for QlPathType
impl Eq for QlPathType
impl StructuralEq for QlPathType
impl StructuralPartialEq for QlPathType
Auto Trait Implementations§
impl RefUnwindSafe for QlPathType
impl Send for QlPathType
impl Sync for QlPathType
impl Unpin for QlPathType
impl UnwindSafe for QlPathType
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