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