#[repr(C)]pub struct _ENCLAVE_INIT_INFO_VBS {
pub Length: DWORD,
pub ThreadCount: DWORD,
}
Fields§
§Length: DWORD
§ThreadCount: DWORD
Trait Implementations§
Source§impl Clone for _ENCLAVE_INIT_INFO_VBS
impl Clone for _ENCLAVE_INIT_INFO_VBS
Source§fn clone(&self) -> _ENCLAVE_INIT_INFO_VBS
fn clone(&self) -> _ENCLAVE_INIT_INFO_VBS
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_INIT_INFO_VBS
impl Debug for _ENCLAVE_INIT_INFO_VBS
Source§impl Ord for _ENCLAVE_INIT_INFO_VBS
impl Ord for _ENCLAVE_INIT_INFO_VBS
Source§fn cmp(&self, other: &_ENCLAVE_INIT_INFO_VBS) -> Ordering
fn cmp(&self, other: &_ENCLAVE_INIT_INFO_VBS) -> 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_INIT_INFO_VBS
impl PartialEq for _ENCLAVE_INIT_INFO_VBS
Source§impl PartialOrd for _ENCLAVE_INIT_INFO_VBS
impl PartialOrd for _ENCLAVE_INIT_INFO_VBS
impl Copy for _ENCLAVE_INIT_INFO_VBS
impl Eq for _ENCLAVE_INIT_INFO_VBS
impl StructuralPartialEq for _ENCLAVE_INIT_INFO_VBS
Auto Trait Implementations§
impl Freeze for _ENCLAVE_INIT_INFO_VBS
impl RefUnwindSafe for _ENCLAVE_INIT_INFO_VBS
impl Send for _ENCLAVE_INIT_INFO_VBS
impl Sync for _ENCLAVE_INIT_INFO_VBS
impl Unpin for _ENCLAVE_INIT_INFO_VBS
impl UnwindSafe for _ENCLAVE_INIT_INFO_VBS
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