Struct ash::Device[][src]

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

Methods

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

Trait Implementations

impl<V: Clone + FunctionPointers> Clone for Device<V> where
    V::DeviceFp: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl DeviceV1_0 for Device<V1_0>
[src]

Auto Trait Implementations

impl<V> Send for Device<V> where
    <V as FunctionPointers>::DeviceFp: Send

impl<V> Sync for Device<V> where
    <V as FunctionPointers>::DeviceFp: Sync