Struct ash::Instance[][src]

pub struct Instance<V: FunctionPointers> { /* fields omitted */ }

Methods

impl<V: FunctionPointers> Instance<V>
[src]

Trait Implementations

impl<V: Clone + FunctionPointers> Clone for Instance<V> where
    V::InstanceFp: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl InstanceV1_0 for Instance<V1_0>
[src]

Important traits for Vec<u8>

Auto Trait Implementations

impl<V> Send for Instance<V> where
    <V as FunctionPointers>::InstanceFp: Send

impl<V> Sync for Instance<V> where
    <V as FunctionPointers>::InstanceFp: Sync