pub struct ImportMetalSharedEventInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for ImportMetalSharedEventInfoEXT with lifetime-tied pNext safety.
Implementations§
Sourcepub fn push_next<T: ExtendsImportMetalSharedEventInfoEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsImportMetalSharedEventInfoEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See ImportMetalSharedEventInfoEXT’s Extended By section for valid types.
Trait Implementations§
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