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