Enum sgx_types::types::QlPathType
source · [−]#[repr(u32)]
pub enum QlPathType {
Qe3Path,
PcePath,
QplPath,
IdePath,
}
Variants
Qe3Path
PcePath
QplPath
IdePath
Trait Implementations
sourceimpl Clone for QlPathType
impl Clone for QlPathType
sourcefn clone(&self) -> QlPathType
fn clone(&self) -> QlPathType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for QlPathType
impl Debug for QlPathType
sourceimpl Default for QlPathType
impl Default for QlPathType
sourcefn default() -> QlPathType
fn default() -> QlPathType
Returns the “default value” for a type. Read more
sourceimpl From<QlPathType> for u32
impl From<QlPathType> for u32
sourcefn from(n: QlPathType) -> u32
fn from(n: QlPathType) -> u32
Converts to this type from the input type.
sourceimpl PartialEq<QlPathType> for QlPathType
impl PartialEq<QlPathType> for QlPathType
sourcefn eq(&self, other: &QlPathType) -> bool
fn eq(&self, other: &QlPathType) -> bool
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more