Struct windows::Win32::System::Environment::ENCLAVE_VBS_BASIC_KEY_REQUEST
#[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
§fn clone(&self) -> ENCLAVE_VBS_BASIC_KEY_REQUEST
fn clone(&self) -> ENCLAVE_VBS_BASIC_KEY_REQUEST
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 more§impl Debug for ENCLAVE_VBS_BASIC_KEY_REQUEST
impl Debug for ENCLAVE_VBS_BASIC_KEY_REQUEST
§impl Default for ENCLAVE_VBS_BASIC_KEY_REQUEST
impl Default for ENCLAVE_VBS_BASIC_KEY_REQUEST
§impl PartialEq for ENCLAVE_VBS_BASIC_KEY_REQUEST
impl PartialEq for ENCLAVE_VBS_BASIC_KEY_REQUEST
§fn eq(&self, other: &ENCLAVE_VBS_BASIC_KEY_REQUEST) -> bool
fn eq(&self, other: &ENCLAVE_VBS_BASIC_KEY_REQUEST) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ENCLAVE_VBS_BASIC_KEY_REQUEST
impl Eq for ENCLAVE_VBS_BASIC_KEY_REQUEST
impl StructuralPartialEq for ENCLAVE_VBS_BASIC_KEY_REQUEST
Auto Trait Implementations§
impl Freeze for ENCLAVE_VBS_BASIC_KEY_REQUEST
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)