#[repr(C)]pub struct ENCLAVE_VBS_BASIC_KEY_REQUEST {
pub RequestSize: u32,
pub Flags: u32,
pub EnclaveSVN: u32,
pub SystemKeyID: u32,
pub CurrentSystemKeyID: u32,
}
Expand description
Required features: "Win32_System_Environment"
Fields
RequestSize: u32
Flags: u32
EnclaveSVN: u32
SystemKeyID: u32
CurrentSystemKeyID: u32
Trait Implementations
impl Clone for ENCLAVE_VBS_BASIC_KEY_REQUEST
impl Clone for ENCLAVE_VBS_BASIC_KEY_REQUEST
impl Copy for ENCLAVE_VBS_BASIC_KEY_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for ENCLAVE_VBS_BASIC_KEY_REQUEST
impl Send for ENCLAVE_VBS_BASIC_KEY_REQUEST
impl Sync for ENCLAVE_VBS_BASIC_KEY_REQUEST
impl Unpin for ENCLAVE_VBS_BASIC_KEY_REQUEST
impl UnwindSafe for ENCLAVE_VBS_BASIC_KEY_REQUEST
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