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