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