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