[][src]Struct sgxs::loader::Mapping

pub struct Mapping<T: Load + ?Sized> {
    pub info: T::MappingInfo,
    pub tcss: Vec<T::Tcs>,
}

Fields

info: T::MappingInfotcss: Vec<T::Tcs>

Auto Trait Implementations

impl<T: ?Sized> Send for Mapping<T> where
    <T as Load>::MappingInfo: Send,
    <T as Load>::Tcs: Send

impl<T: ?Sized> Sync for Mapping<T> where
    <T as Load>::MappingInfo: Sync,
    <T as Load>::Tcs: Sync

impl<T: ?Sized> Unpin for Mapping<T> where
    <T as Load>::MappingInfo: Unpin,
    <T as Load>::Tcs: Unpin

impl<T: ?Sized> UnwindSafe for Mapping<T> where
    <T as Load>::MappingInfo: UnwindSafe,
    <T as Load>::Tcs: UnwindSafe

impl<T: ?Sized> RefUnwindSafe for Mapping<T> where
    <T as Load>::MappingInfo: RefUnwindSafe,
    <T as Load>::Tcs: RefUnwindSafe

Blanket Implementations

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

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> 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]