Struct ash::vk::ExportMetalSharedEventInfoEXTBuilder
source · pub struct ExportMetalSharedEventInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
pub fn semaphore(self, semaphore: Semaphore) -> Self
pub fn event(self, event: Event) -> Self
sourcepub fn build(self) -> ExportMetalSharedEventInfoEXT
pub fn build(self) -> ExportMetalSharedEventInfoEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
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