Struct unity_native_plugin_sys::VkQueueFamilyProperties2 [−][src]
#[repr(C)]pub struct VkQueueFamilyProperties2 {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub queueFamilyProperties: VkQueueFamilyProperties,
}Fields
sType: VkStructureTypepNext: *mut c_voidqueueFamilyProperties: VkQueueFamilyPropertiesTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkQueueFamilyProperties2
impl !Send for VkQueueFamilyProperties2
impl !Sync for VkQueueFamilyProperties2
impl Unpin for VkQueueFamilyProperties2
impl UnwindSafe for VkQueueFamilyProperties2
Blanket Implementations
Mutably borrows from an owned value. Read more