#[repr(C)]pub struct VideoEncodeH264QpKHR {
pub qp_i: i32,
pub qp_p: i32,
pub qp_b: i32,
}Expand description
VkVideoEncodeH264QpKHR
Provided by VK_KHR_video_encode_h264.
Fields§
§qp_i: i32§qp_p: i32§qp_b: i32Implementations§
Source§impl VideoEncodeH264QpKHR
impl VideoEncodeH264QpKHR
Sourcepub fn builder() -> VideoEncodeH264QpKHRBuilder
pub fn builder() -> VideoEncodeH264QpKHRBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for VideoEncodeH264QpKHR
impl Clone for VideoEncodeH264QpKHR
Source§fn clone(&self) -> VideoEncodeH264QpKHR
fn clone(&self) -> VideoEncodeH264QpKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VideoEncodeH264QpKHR
impl Debug for VideoEncodeH264QpKHR
Source§impl Default for VideoEncodeH264QpKHR
impl Default for VideoEncodeH264QpKHR
impl Copy for VideoEncodeH264QpKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeH264QpKHR
impl RefUnwindSafe for VideoEncodeH264QpKHR
impl Send for VideoEncodeH264QpKHR
impl Sync for VideoEncodeH264QpKHR
impl Unpin for VideoEncodeH264QpKHR
impl UnsafeUnpin for VideoEncodeH264QpKHR
impl UnwindSafe for VideoEncodeH264QpKHR
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