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