Struct ash::EntryCustom[][src]

pub struct EntryCustom<V: FunctionPointers, L> { /* fields omitted */ }

Methods

impl<V: FunctionPointers, L> EntryCustom<V, L>
[src]

Trait Implementations

impl<V: Clone + FunctionPointers, L: Clone> Clone for EntryCustom<V, L> where
    V::EntryFp: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<L> EntryV1_0 for EntryCustom<V1_0, L>
[src]

Auto Trait Implementations

impl<V, L> Send for EntryCustom<V, L> where
    L: Send,
    <V as FunctionPointers>::EntryFp: Send

impl<V, L> Sync for EntryCustom<V, L> where
    L: Sync,
    <V as FunctionPointers>::EntryFp: Sync