Struct ash::vk::ImportMetalSharedEventInfoEXTBuilder
source · pub struct ImportMetalSharedEventInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
sourcepub fn build(self) -> ImportMetalSharedEventInfoEXT
pub fn build(self) -> ImportMetalSharedEventInfoEXT
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