pub struct ExportMetalSharedEventInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for ExportMetalSharedEventInfoEXT with lifetime-tied pNext safety.
Implementations§
pub fn semaphore( self, value: Semaphore, ) -> ExportMetalSharedEventInfoEXTBuilder<'a>
pub fn event(self, value: Event) -> ExportMetalSharedEventInfoEXTBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> ExportMetalSharedEventInfoEXTBuilder<'a>where
T: ExtendsExportMetalSharedEventInfoEXT,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> ExportMetalSharedEventInfoEXTBuilder<'a>where
T: ExtendsExportMetalSharedEventInfoEXT,
Prepend a struct to the pNext chain. See ExportMetalSharedEventInfoEXT’s Extended By section for valid types.
Trait Implementations§
Source§type Target = ExportMetalSharedEventInfoEXT
type Target = ExportMetalSharedEventInfoEXT
The resulting type after dereferencing.
Auto Trait Implementations§
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