Struct vks::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]

Formats the value using the given formatter.

impl Copy for VkQueueFamilyProperties
[src]

impl Clone for VkQueueFamilyProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkQueueFamilyProperties
[src]

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