#[repr(transparent)]pub struct VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
impl<'a> VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
pub fn max_vps_std_count(
self,
max_vps_std_count: u32
) -> VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
pub fn max_sps_std_count(
self,
max_sps_std_count: u32
) -> VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
pub fn max_pps_std_count(
self,
max_pps_std_count: u32
) -> VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
pub fn parameters_add_info(
self,
parameters_add_info: &'a VideoDecodeH265SessionParametersAddInfoEXT
) -> VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
sourcepub fn build(self) -> VideoDecodeH265SessionParametersCreateInfoEXT
pub fn build(self) -> VideoDecodeH265SessionParametersCreateInfoEXT
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 VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
impl<'a> Deref for VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
type Target = VideoDecodeH265SessionParametersCreateInfoEXT
type Target = VideoDecodeH265SessionParametersCreateInfoEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
impl<'a> DerefMut for VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsVideoSessionParametersCreateInfoKHR for VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
impl<'a> !Send for VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
impl<'a> !Sync for VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
impl<'a> Unpin for VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'a>
impl<'a> UnwindSafe for VideoDecodeH265SessionParametersCreateInfoEXTBuilder<'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