#[repr(C)]pub struct VkVideoEncodeH264QpKHR {
pub qpI: i32,
pub qpP: i32,
pub qpB: i32,
}Expand description
struct VkVideoEncodeH264QpKHR from VK_KHR_video_encode_h264
Fields§
§qpI: i32§qpP: i32§qpB: i32Trait Implementations§
Source§impl Clone for VkVideoEncodeH264QpKHR
impl Clone for VkVideoEncodeH264QpKHR
Source§fn clone(&self) -> VkVideoEncodeH264QpKHR
fn clone(&self) -> VkVideoEncodeH264QpKHR
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkVideoEncodeH264QpKHR
Auto Trait Implementations§
impl Freeze for VkVideoEncodeH264QpKHR
impl RefUnwindSafe for VkVideoEncodeH264QpKHR
impl Send for VkVideoEncodeH264QpKHR
impl Sync for VkVideoEncodeH264QpKHR
impl Unpin for VkVideoEncodeH264QpKHR
impl UnsafeUnpin for VkVideoEncodeH264QpKHR
impl UnwindSafe for VkVideoEncodeH264QpKHR
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