Struct ash::vk::PresentIdKHRBuilder
source · pub struct PresentIdKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PresentIdKHRBuilder<'a>
impl<'a> PresentIdKHRBuilder<'a>
pub fn present_ids(self, present_ids: &'a [u64]) -> Self
sourcepub fn build(self) -> PresentIdKHR
pub fn build(self) -> PresentIdKHR
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 PresentIdKHRBuilder<'a>
impl<'a> Deref for PresentIdKHRBuilder<'a>
source§impl<'a> DerefMut for PresentIdKHRBuilder<'a>
impl<'a> DerefMut for PresentIdKHRBuilder<'a>
impl ExtendsPresentInfoKHR for PresentIdKHRBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PresentIdKHRBuilder<'a>
impl<'a> RefUnwindSafe for PresentIdKHRBuilder<'a>
impl<'a> !Send for PresentIdKHRBuilder<'a>
impl<'a> !Sync for PresentIdKHRBuilder<'a>
impl<'a> Unpin for PresentIdKHRBuilder<'a>
impl<'a> UnwindSafe for PresentIdKHRBuilder<'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