#[repr(C)]pub struct VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR64 {
pub ThreadContext: [u64; 4],
pub EntryPoint: u64,
pub StackPointer: u64,
pub ExceptionEntryPoint: u64,
pub ExceptionStack: u64,
pub ExceptionActive: u32,
}
Expand description
Required features: "Win32_System_Environment"
Fields
ThreadContext: [u64; 4]
EntryPoint: u64
StackPointer: u64
ExceptionEntryPoint: u64
ExceptionStack: u64
ExceptionActive: u32
Trait Implementations
impl Copy for VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR64
Auto Trait Implementations
impl RefUnwindSafe for VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR64
impl Send for VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR64
impl Sync for VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR64
impl Unpin for VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR64
impl UnwindSafe for VBS_BASIC_ENCLAVE_THREAD_DESCRIPTOR64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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