#[repr(transparent)]pub struct VideoDecodeH265ProfileEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> VideoDecodeH265ProfileEXTBuilder<'a>
pub fn std_profile_idc(
self,
std_profile_idc: u32
) -> VideoDecodeH265ProfileEXTBuilder<'a>
sourcepub fn build(self) -> VideoDecodeH265ProfileEXT
pub fn build(self) -> VideoDecodeH265ProfileEXT
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
sourceimpl<'a> Deref for VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> Deref for VideoDecodeH265ProfileEXTBuilder<'a>
type Target = VideoDecodeH265ProfileEXT
type Target = VideoDecodeH265ProfileEXT
The resulting type after dereferencing.
sourcefn deref(&self) -> &<VideoDecodeH265ProfileEXTBuilder<'a> as Deref>::Target
fn deref(&self) -> &<VideoDecodeH265ProfileEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> DerefMut for VideoDecodeH265ProfileEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <VideoDecodeH265ProfileEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <VideoDecodeH265ProfileEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsBufferCreateInfo for VideoDecodeH265ProfileEXTBuilder<'_>
impl<'_> ExtendsFormatProperties2 for VideoDecodeH265ProfileEXTBuilder<'_>
impl<'_> ExtendsImageCreateInfo for VideoDecodeH265ProfileEXTBuilder<'_>
impl<'_> ExtendsImageViewCreateInfo for VideoDecodeH265ProfileEXTBuilder<'_>
impl<'_> ExtendsQueryPoolCreateInfo for VideoDecodeH265ProfileEXTBuilder<'_>
impl<'_> ExtendsVideoProfileKHR for VideoDecodeH265ProfileEXTBuilder<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> !Send for VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> !Sync for VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> Unpin for VideoDecodeH265ProfileEXTBuilder<'a>
impl<'a> UnwindSafe for VideoDecodeH265ProfileEXTBuilder<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more