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