Struct ash::vk::DisplayEventInfoEXTBuilder
source · pub struct DisplayEventInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DisplayEventInfoEXTBuilder<'a>
impl<'a> DisplayEventInfoEXTBuilder<'a>
pub fn display_event(self, display_event: DisplayEventTypeEXT) -> Self
sourcepub fn build(self) -> DisplayEventInfoEXT
pub fn build(self) -> DisplayEventInfoEXT
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§
source§impl<'a> Deref for DisplayEventInfoEXTBuilder<'a>
impl<'a> Deref for DisplayEventInfoEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for DisplayEventInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for DisplayEventInfoEXTBuilder<'a>
impl<'a> !Send for DisplayEventInfoEXTBuilder<'a>
impl<'a> !Sync for DisplayEventInfoEXTBuilder<'a>
impl<'a> Unpin for DisplayEventInfoEXTBuilder<'a>
impl<'a> UnwindSafe for DisplayEventInfoEXTBuilder<'a>
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