pub struct ExportMetalObjectCreateInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for ExportMetalObjectCreateInfoEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> ExportMetalObjectCreateInfoEXTBuilder<'a>
impl<'a> ExportMetalObjectCreateInfoEXTBuilder<'a>
pub fn export_object_type( self, value: ExportMetalObjectTypeFlagBitsEXT, ) -> ExportMetalObjectCreateInfoEXTBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> ExportMetalObjectCreateInfoEXTBuilder<'a>where
T: ExtendsExportMetalObjectCreateInfoEXT,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> ExportMetalObjectCreateInfoEXTBuilder<'a>where
T: ExtendsExportMetalObjectCreateInfoEXT,
Prepend a struct to the pNext chain. See ExportMetalObjectCreateInfoEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for ExportMetalObjectCreateInfoEXTBuilder<'a>
impl<'a> Deref for ExportMetalObjectCreateInfoEXTBuilder<'a>
Source§type Target = ExportMetalObjectCreateInfoEXT
type Target = ExportMetalObjectCreateInfoEXT
The resulting type after dereferencing.
Source§impl<'a> DerefMut for ExportMetalObjectCreateInfoEXTBuilder<'a>
impl<'a> DerefMut for ExportMetalObjectCreateInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for ExportMetalObjectCreateInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for ExportMetalObjectCreateInfoEXTBuilder<'a>
impl<'a> !Send for ExportMetalObjectCreateInfoEXTBuilder<'a>
impl<'a> !Sync for ExportMetalObjectCreateInfoEXTBuilder<'a>
impl<'a> Unpin for ExportMetalObjectCreateInfoEXTBuilder<'a>
impl<'a> UnsafeUnpin for ExportMetalObjectCreateInfoEXTBuilder<'a>
impl<'a> UnwindSafe for ExportMetalObjectCreateInfoEXTBuilder<'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