#[repr(C)]pub struct _ENCLAVE_CREATE_INFO_VBS {
pub Flags: DWORD,
pub OwnerID: [BYTE; 32],
}Fields§
§Flags: DWORD§OwnerID: [BYTE; 32]Trait Implementations§
Source§impl Clone for _ENCLAVE_CREATE_INFO_VBS
impl Clone for _ENCLAVE_CREATE_INFO_VBS
Source§fn clone(&self) -> _ENCLAVE_CREATE_INFO_VBS
fn clone(&self) -> _ENCLAVE_CREATE_INFO_VBS
Returns a duplicate 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_CREATE_INFO_VBS
impl Debug for _ENCLAVE_CREATE_INFO_VBS
impl Copy for _ENCLAVE_CREATE_INFO_VBS
Auto Trait Implementations§
impl Freeze for _ENCLAVE_CREATE_INFO_VBS
impl RefUnwindSafe for _ENCLAVE_CREATE_INFO_VBS
impl Send for _ENCLAVE_CREATE_INFO_VBS
impl Sync for _ENCLAVE_CREATE_INFO_VBS
impl Unpin for _ENCLAVE_CREATE_INFO_VBS
impl UnwindSafe for _ENCLAVE_CREATE_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