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) -> ExportMetalCommandQueueInfoEXTBuilder<'a>
pub fn mtl_command_queue( self, value: *const c_void, ) -> ExportMetalCommandQueueInfoEXTBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> ExportMetalCommandQueueInfoEXTBuilder<'a>where
T: ExtendsExportMetalCommandQueueInfoEXT,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> ExportMetalCommandQueueInfoEXTBuilder<'a>where
T: ExtendsExportMetalCommandQueueInfoEXT,
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>
Source§type Target = ExportMetalCommandQueueInfoEXT
type Target = ExportMetalCommandQueueInfoEXT
The resulting type after dereferencing.
Source§impl<'a> DerefMut for ExportMetalCommandQueueInfoEXTBuilder<'a>
impl<'a> DerefMut 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