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