Struct ash::vk::types::QueueFamilyProperties [] [src]

#[repr(C)]
pub struct QueueFamilyProperties { pub queue_flags: QueueFlags, pub queue_count: uint32_t, pub timestamp_valid_bits: uint32_t, pub min_image_transfer_granularity: Extent3D, }

Fields

Trait Implementations

impl Debug for QueueFamilyProperties
[src]

Formats the value using the given formatter.

impl Clone for QueueFamilyProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for QueueFamilyProperties
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.