Struct windows_sys::Win32::System::Environment::ENCLAVE_INFORMATION
[−]#[repr(C)]pub struct ENCLAVE_INFORMATION {
pub EnclaveType: u32,
pub Reserved: u32,
pub BaseAddress: *mut c_void,
pub Size: usize,
pub Identity: ENCLAVE_IDENTITY,
}
Expand description
Required features: "Win32_System_Environment"
Fields
EnclaveType: u32
Reserved: u32
BaseAddress: *mut c_void
Size: usize
Identity: ENCLAVE_IDENTITY
Trait Implementations
impl Clone for ENCLAVE_INFORMATION
impl Clone for ENCLAVE_INFORMATION
impl Copy for ENCLAVE_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for ENCLAVE_INFORMATION
impl !Send for ENCLAVE_INFORMATION
impl !Sync for ENCLAVE_INFORMATION
impl Unpin for ENCLAVE_INFORMATION
impl UnwindSafe for ENCLAVE_INFORMATION
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