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.

Methods

impl<T, U> Index<T, U>
[src]

Trait Implementations

impl<T, U> Copy for Index<T, U>
[src]

impl<T, U> Clone for Index<T, U>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T, U> Send for Index<T, U> where
    T: Send,
    U: Send

impl<T, U> Sync for Index<T, U> where
    T: Sync,
    U: Sync