#[repr(C)]pub struct VideoEncodeH265QpKHR {
pub qp_i: i32,
pub qp_p: i32,
pub qp_b: i32,
}Expand description
VkVideoEncodeH265QpKHR
Provided by VK_KHR_video_encode_h265.
Fields§
§qp_i: i32§qp_p: i32§qp_b: i32Implementations§
Source§impl VideoEncodeH265QpKHR
impl VideoEncodeH265QpKHR
Sourcepub fn builder() -> VideoEncodeH265QpKHRBuilder
pub fn builder() -> VideoEncodeH265QpKHRBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for VideoEncodeH265QpKHR
impl Clone for VideoEncodeH265QpKHR
Source§fn clone(&self) -> VideoEncodeH265QpKHR
fn clone(&self) -> VideoEncodeH265QpKHR
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 VideoEncodeH265QpKHR
impl Debug for VideoEncodeH265QpKHR
Source§impl Default for VideoEncodeH265QpKHR
impl Default for VideoEncodeH265QpKHR
impl Copy for VideoEncodeH265QpKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeH265QpKHR
impl RefUnwindSafe for VideoEncodeH265QpKHR
impl Send for VideoEncodeH265QpKHR
impl Sync for VideoEncodeH265QpKHR
impl Unpin for VideoEncodeH265QpKHR
impl UnsafeUnpin for VideoEncodeH265QpKHR
impl UnwindSafe for VideoEncodeH265QpKHR
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