Struct vks::vk::VkQueueFamilyProperties [] [src]

#[repr(C)]
pub struct VkQueueFamilyProperties { pub queueFlags: VkQueueFlags, pub queueCount: u32, pub timestampValidBits: u32, pub minImageTransferGranularity: VkExtent3D, }

Fields

Trait Implementations

impl Debug for VkQueueFamilyProperties
[src]

[src]

Formats the value using the given formatter.

impl Copy for VkQueueFamilyProperties
[src]

impl Clone for VkQueueFamilyProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkQueueFamilyProperties
[src]

[src]

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