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