Struct vulkanalia_sys::DeviceQueueInfo2
source · [−]#[repr(C)]pub struct DeviceQueueInfo2 {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: DeviceQueueCreateFlags,
pub queue_family_index: u32,
pub queue_index: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: DeviceQueueCreateFlagsqueue_family_index: u32queue_index: u32Trait 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 DeviceQueueInfo2
impl !Send for DeviceQueueInfo2
impl !Sync for DeviceQueueInfo2
impl Unpin for DeviceQueueInfo2
impl UnwindSafe for DeviceQueueInfo2
Blanket Implementations
Mutably borrows from an owned value. Read more