Struct lava::vk_physical_device::VkPhysicalDevice[][src]

pub struct VkPhysicalDevice { /* fields omitted */ }

Methods

impl VkPhysicalDevice
[src]

Trait Implementations

impl Debug for VkPhysicalDevice
[src]

Formats the value using the given formatter. Read more

impl Copy for VkPhysicalDevice
[src]

impl Clone for VkPhysicalDevice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDevice
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations