#[repr(C)]pub struct VkVideoEncodeH264QpKHR {
pub qpI: i32,
pub qpP: i32,
pub qpB: i32,
}
Fields§
§qpI: i32
§qpP: i32
§qpB: i32
Trait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkVideoEncodeH264QpKHR
impl Default for VkVideoEncodeH264QpKHR
Source§fn default() -> VkVideoEncodeH264QpKHR
fn default() -> VkVideoEncodeH264QpKHR
Returns the “default value” for a type. Read more
impl 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 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