Struct vulkanalia_sys::DeviceQueueCreateInfo
source · [−]#[repr(C)]pub struct DeviceQueueCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: DeviceQueueCreateFlags,
pub queue_family_index: u32,
pub queue_count: u32,
pub queue_priorities: *const f32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: DeviceQueueCreateFlagsqueue_family_index: u32queue_count: u32queue_priorities: *const f32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DeviceQueueCreateInfo
impl !Send for DeviceQueueCreateInfo
impl !Sync for DeviceQueueCreateInfo
impl Unpin for DeviceQueueCreateInfo
impl UnwindSafe for DeviceQueueCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more