Struct unity_native_plugin_sys::VkQueueFamilyProperties [−][src]
#[repr(C)]pub struct VkQueueFamilyProperties {
pub queueFlags: VkQueueFlags,
pub queueCount: u32,
pub timestampValidBits: u32,
pub minImageTransferGranularity: VkExtent3D,
}Fields
queueFlags: VkQueueFlagsqueueCount: u32timestampValidBits: u32minImageTransferGranularity: VkExtent3DTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VkQueueFamilyProperties
impl Send for VkQueueFamilyProperties
impl Sync for VkQueueFamilyProperties
impl Unpin for VkQueueFamilyProperties
impl UnwindSafe for VkQueueFamilyProperties
Blanket Implementations
Mutably borrows from an owned value. Read more