Enum sgx_types::types::QvPathType
source · [−]#[repr(u32)]
pub enum QvPathType {
QvePath,
QplPath,
}
Variants
QvePath
QplPath
Trait Implementations
sourceimpl Clone for QvPathType
impl Clone for QvPathType
sourcefn clone(&self) -> QvPathType
fn clone(&self) -> QvPathType
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 QvPathType
impl Debug for QvPathType
sourceimpl Default for QvPathType
impl Default for QvPathType
sourcefn default() -> QvPathType
fn default() -> QvPathType
Returns the “default value” for a type. Read more
sourceimpl From<QvPathType> for u32
impl From<QvPathType> for u32
sourcefn from(n: QvPathType) -> u32
fn from(n: QvPathType) -> u32
Converts to this type from the input type.
sourceimpl PartialEq<QvPathType> for QvPathType
impl PartialEq<QvPathType> for QvPathType
sourcefn eq(&self, other: &QvPathType) -> bool
fn eq(&self, other: &QvPathType) -> bool
sourceimpl 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
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