Struct sgx_types::metadata::ElRangeConfig
source · #[repr(C, packed(1))]pub struct ElRangeConfig {
pub enclave_image_base: u64,
pub elrange_start_base: u64,
pub elrange_size: u64,
}
Fields§
§enclave_image_base: u64
§elrange_start_base: u64
§elrange_size: u64
Trait Implementations§
source§impl Clone for ElRangeConfig
impl Clone for ElRangeConfig
source§fn clone(&self) -> ElRangeConfig
fn clone(&self) -> ElRangeConfig
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 ElRangeConfig
impl Debug for ElRangeConfig
impl Copy for ElRangeConfig
Auto Trait Implementations§
impl RefUnwindSafe for ElRangeConfig
impl Send for ElRangeConfig
impl Sync for ElRangeConfig
impl Unpin for ElRangeConfig
impl UnwindSafe for ElRangeConfig
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