[][src]Struct sgx_types::metadata::layout_entry_t

#[repr(C)]#[repr(packed)]pub struct layout_entry_t {
    pub id: u16,
    pub attributes: u16,
    pub page_count: u32,
    pub rva: u64,
    pub content_size: u32,
    pub content_offset: u32,
    pub si_flags: u64,
}

Fields

id: u16attributes: u16page_count: u32rva: u64content_size: u32content_offset: u32si_flags: u64

Trait Implementations

impl Clone for layout_entry_t[src]

impl ContiguousMemory for layout_entry_t[src]

impl Copy for layout_entry_t[src]

impl Default for layout_entry_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.