#[repr(C)]pub struct ENCLAVE_VBS_BASIC_KEY_REQUEST {
pub RequestSize: u32,
pub Flags: u32,
pub EnclaveSVN: u32,
pub SystemKeyID: u32,
pub CurrentSystemKeyID: u32,
}
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§
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