#[repr(C)]pub struct _ENCLAVE_LOAD_DATA_VBS_BASIC {
pub PageType: DWORD,
}
Fields§
§PageType: DWORD
Trait Implementations§
Source§impl Clone for _ENCLAVE_LOAD_DATA_VBS_BASIC
impl Clone for _ENCLAVE_LOAD_DATA_VBS_BASIC
Source§fn clone(&self) -> _ENCLAVE_LOAD_DATA_VBS_BASIC
fn clone(&self) -> _ENCLAVE_LOAD_DATA_VBS_BASIC
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 moreSource§impl Debug for _ENCLAVE_LOAD_DATA_VBS_BASIC
impl Debug for _ENCLAVE_LOAD_DATA_VBS_BASIC
Source§impl Ord for _ENCLAVE_LOAD_DATA_VBS_BASIC
impl Ord for _ENCLAVE_LOAD_DATA_VBS_BASIC
Source§fn cmp(&self, other: &_ENCLAVE_LOAD_DATA_VBS_BASIC) -> Ordering
fn cmp(&self, other: &_ENCLAVE_LOAD_DATA_VBS_BASIC) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _ENCLAVE_LOAD_DATA_VBS_BASIC
impl PartialEq for _ENCLAVE_LOAD_DATA_VBS_BASIC
Source§fn eq(&self, other: &_ENCLAVE_LOAD_DATA_VBS_BASIC) -> bool
fn eq(&self, other: &_ENCLAVE_LOAD_DATA_VBS_BASIC) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _ENCLAVE_LOAD_DATA_VBS_BASIC
impl PartialOrd for _ENCLAVE_LOAD_DATA_VBS_BASIC
impl Copy for _ENCLAVE_LOAD_DATA_VBS_BASIC
impl Eq for _ENCLAVE_LOAD_DATA_VBS_BASIC
impl StructuralPartialEq for _ENCLAVE_LOAD_DATA_VBS_BASIC
Auto Trait Implementations§
impl Freeze for _ENCLAVE_LOAD_DATA_VBS_BASIC
impl RefUnwindSafe for _ENCLAVE_LOAD_DATA_VBS_BASIC
impl Send for _ENCLAVE_LOAD_DATA_VBS_BASIC
impl Sync for _ENCLAVE_LOAD_DATA_VBS_BASIC
impl Unpin for _ENCLAVE_LOAD_DATA_VBS_BASIC
impl UnwindSafe for _ENCLAVE_LOAD_DATA_VBS_BASIC
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