Struct ash::vk::QueueFamilyProperties2 [−][src]
#[repr(C)]pub struct QueueFamilyProperties2 { pub s_type: StructureType, pub p_next: *mut c_void, pub queue_family_properties: QueueFamilyProperties, }
Expand description
Fields
s_type: StructureTypep_next: *mut c_voidqueue_family_properties: QueueFamilyPropertiesImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for QueueFamilyProperties2
impl !Send for QueueFamilyProperties2
impl !Sync for QueueFamilyProperties2
impl Unpin for QueueFamilyProperties2
impl UnwindSafe for QueueFamilyProperties2
Blanket Implementations
Mutably borrows from an owned value. Read more