pub struct ExportMetalCommandQueueInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for ExportMetalCommandQueueInfoEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> ExportMetalCommandQueueInfoEXTBuilder<'a>
impl<'a> ExportMetalCommandQueueInfoEXTBuilder<'a>
pub fn queue(self, value: Queue) -> Self
pub fn mtl_command_queue(self, value: *const c_void) -> Self
Sourcepub fn push_next<T: ExtendsExportMetalCommandQueueInfoEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsExportMetalCommandQueueInfoEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See ExportMetalCommandQueueInfoEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for ExportMetalCommandQueueInfoEXTBuilder<'a>
impl<'a> Deref for ExportMetalCommandQueueInfoEXTBuilder<'a>
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> UnsafeUnpin 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