Struct openssl::ex_data::Index [−][src]
pub struct Index<T, U>(_, _);
A slot in a type’s “extra data” structure.
It is parameterized over the type containing the extra data as well as the type of the data in the slot.
Implementations
impl<T, U> Index<T, U>
[src]
impl<T, U> Index<T, U>
[src]Trait Implementations
Auto Trait Implementations
impl<T, U> RefUnwindSafe for Index<T, U> where
T: RefUnwindSafe,
U: RefUnwindSafe,
T: RefUnwindSafe,
U: RefUnwindSafe,
impl<T, U> Send for Index<T, U> where
T: Send,
U: Send,
T: Send,
U: Send,
impl<T, U> Sync for Index<T, U> where
T: Sync,
U: Sync,
T: Sync,
U: Sync,
impl<T, U> Unpin for Index<T, U> where
T: Unpin,
U: Unpin,
T: Unpin,
U: Unpin,
impl<T, U> UnwindSafe for Index<T, U> where
T: UnwindSafe,
U: UnwindSafe,
T: UnwindSafe,
U: UnwindSafe,