pub struct ExportMetalCommandQueueInfoEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> ExportMetalCommandQueueInfoEXTBuilder<'a>
impl<'a> ExportMetalCommandQueueInfoEXTBuilder<'a>
pub fn queue(self, queue: Queue) -> ExportMetalCommandQueueInfoEXTBuilder<'a>
pub fn mtl_command_queue(
self,
mtl_command_queue: *mut c_void
) -> ExportMetalCommandQueueInfoEXTBuilder<'a>
sourcepub fn build(self) -> ExportMetalCommandQueueInfoEXT
pub fn build(self) -> ExportMetalCommandQueueInfoEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for ExportMetalCommandQueueInfoEXTBuilder<'a>
impl<'a> Deref for ExportMetalCommandQueueInfoEXTBuilder<'a>
§type Target = ExportMetalCommandQueueInfoEXT
type Target = ExportMetalCommandQueueInfoEXT
The resulting type after dereferencing.