Struct fermium::vulkan::VkInstance[][src]

#[repr(transparent)]pub struct VkInstance(_);

Vulkan instance pointer.

Trait Implementations

impl Clone for VkInstance[src]

impl Copy for VkInstance[src]

impl Debug for VkInstance[src]

impl Default for VkInstance[src]

impl Eq for VkInstance[src]

impl Hash for VkInstance[src]

impl Ord for VkInstance[src]

impl PartialEq<VkInstance> for VkInstance[src]

impl PartialOrd<VkInstance> for VkInstance[src]

impl StructuralEq for VkInstance[src]

impl StructuralPartialEq for VkInstance[src]

Auto Trait Implementations

impl !Send for VkInstance

impl !Sync for VkInstance

impl Unpin for VkInstance

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.