Struct ash::vk::VideoDecodeH265ProfileInfoKHRBuilder
source · pub struct VideoDecodeH265ProfileInfoKHRBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> VideoDecodeH265ProfileInfoKHRBuilder<'a>
impl<'a> VideoDecodeH265ProfileInfoKHRBuilder<'a>
pub fn std_profile_idc(self, std_profile_idc: StdVideoH265ProfileIdc) -> Self
sourcepub fn build(self) -> VideoDecodeH265ProfileInfoKHR
pub fn build(self) -> VideoDecodeH265ProfileInfoKHR
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 VideoDecodeH265ProfileInfoKHRBuilder<'a>
impl<'a> Deref for VideoDecodeH265ProfileInfoKHRBuilder<'a>
source§impl<'a> DerefMut for VideoDecodeH265ProfileInfoKHRBuilder<'a>
impl<'a> DerefMut for VideoDecodeH265ProfileInfoKHRBuilder<'a>
impl ExtendsQueryPoolCreateInfo for VideoDecodeH265ProfileInfoKHRBuilder<'_>
impl ExtendsVideoProfileInfoKHR for VideoDecodeH265ProfileInfoKHRBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for VideoDecodeH265ProfileInfoKHRBuilder<'a>
impl<'a> RefUnwindSafe for VideoDecodeH265ProfileInfoKHRBuilder<'a>
impl<'a> !Send for VideoDecodeH265ProfileInfoKHRBuilder<'a>
impl<'a> !Sync for VideoDecodeH265ProfileInfoKHRBuilder<'a>
impl<'a> Unpin for VideoDecodeH265ProfileInfoKHRBuilder<'a>
impl<'a> UnwindSafe for VideoDecodeH265ProfileInfoKHRBuilder<'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