Struct sgx_types::metadata::ElRangeConfig
source · [−]#[repr(C, packed)]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
sourceimpl Clone for ElRangeConfig
impl Clone for ElRangeConfig
sourcefn clone(&self) -> ElRangeConfig
fn clone(&self) -> ElRangeConfig
Returns a copy of the value. Read more
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more