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