pub struct PresentIdKHRBuilder<'a> { /* private fields */ }Expand description
Builder for PresentIdKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PresentIdKHRBuilder<'a>
impl<'a> PresentIdKHRBuilder<'a>
pub fn swapchain_count(self, value: u32) -> Self
pub fn present_ids(self, slice: &'a [u64]) -> Self
Sourcepub fn push_next<T: ExtendsPresentIdKHR>(self, next: &'a mut T) -> Self
pub fn push_next<T: ExtendsPresentIdKHR>(self, next: &'a mut T) -> Self
Prepend a struct to the pNext chain. See PresentIdKHR’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PresentIdKHRBuilder<'a>
impl<'a> Deref for PresentIdKHRBuilder<'a>
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> UnsafeUnpin 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