Struct ash::vk::ExportMetalCommandQueueInfoEXTBuilder
source · pub struct ExportMetalCommandQueueInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ExportMetalCommandQueueInfoEXTBuilder<'a>
impl<'a> ExportMetalCommandQueueInfoEXTBuilder<'a>
pub fn queue(self, queue: Queue) -> Self
pub fn mtl_command_queue(self, mtl_command_queue: MTLCommandQueue_id) -> Self
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>
source§impl<'a> DerefMut for ExportMetalCommandQueueInfoEXTBuilder<'a>
impl<'a> DerefMut for ExportMetalCommandQueueInfoEXTBuilder<'a>
impl ExtendsExportMetalObjectsInfoEXT for ExportMetalCommandQueueInfoEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for ExportMetalCommandQueueInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for ExportMetalCommandQueueInfoEXTBuilder<'a>
impl<'a> !Send for ExportMetalCommandQueueInfoEXTBuilder<'a>
impl<'a> !Sync for ExportMetalCommandQueueInfoEXTBuilder<'a>
impl<'a> Unpin for ExportMetalCommandQueueInfoEXTBuilder<'a>
impl<'a> UnwindSafe for ExportMetalCommandQueueInfoEXTBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more