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