[][src]Struct sgx_types::sgx_uswitchless_config_t

#[repr(C)]
pub struct sgx_uswitchless_config_t { pub switchless_calls_pool_size_qwords: uint32_t, pub num_uworkers: uint32_t, pub num_tworkers: uint32_t, pub retries_before_fallback: uint32_t, pub retries_before_sleep: uint32_t, pub callback_func: [sgx_uswitchless_worker_callback_t; 4], }

Fields

switchless_calls_pool_size_qwords: uint32_tnum_uworkers: uint32_tnum_tworkers: uint32_tretries_before_fallback: uint32_tretries_before_sleep: uint32_tcallback_func: [sgx_uswitchless_worker_callback_t; 4]

Trait Implementations

impl Default for sgx_uswitchless_config_t
[src]

Auto Trait Implementations

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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