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: StructureType
p_next: *mut c_void
queue_family_properties: QueueFamilyProperties
Implementations
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