[][src]Struct sgx_types::metadata::layout_group_t

#[repr(C)]
#[repr(packed)]
pub struct layout_group_t {
    pub id: u16,
    pub entry_count: u16,
    pub load_times: u32,
    pub load_step: u64,
    pub reserved: [u32; 4],
}

Fields

id: u16entry_count: u16load_times: u32load_step: u64reserved: [u32; 4]

Trait Implementations

impl ContiguousMemory for layout_group_t[src]

impl Copy for layout_group_t[src]

impl Clone for layout_group_t[src]

impl Default for layout_group_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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