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) -> Self
Sourcepub fn push_next<T: ExtendsExportMetalObjectCreateInfoEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsExportMetalObjectCreateInfoEXT>( self, next: &'a mut T, ) -> Self
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>
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