Struct screen_13::prelude::vk::ExportMetalCommandQueueInfoEXT
source · pub struct ExportMetalCommandQueueInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub queue: Queue,
pub mtl_command_queue: *mut c_void,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§queue: Queue§mtl_command_queue: *mut c_voidImplementations§
source§impl ExportMetalCommandQueueInfoEXT
impl ExportMetalCommandQueueInfoEXT
pub fn builder<'a>() -> ExportMetalCommandQueueInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ExportMetalCommandQueueInfoEXT
impl Clone for ExportMetalCommandQueueInfoEXT
source§fn clone(&self) -> ExportMetalCommandQueueInfoEXT
fn clone(&self) -> ExportMetalCommandQueueInfoEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for ExportMetalCommandQueueInfoEXT
impl Default for ExportMetalCommandQueueInfoEXT
source§fn default() -> ExportMetalCommandQueueInfoEXT
fn default() -> ExportMetalCommandQueueInfoEXT
Returns the “default value” for a type. Read more