#[repr(C)]pub struct VkVideoEncodeH265QpKHR {
pub qpI: i32,
pub qpP: i32,
pub qpB: i32,
}
Fields§
§qpI: i32
§qpP: i32
§qpB: i32
Trait Implementations§
Source§impl Clone for VkVideoEncodeH265QpKHR
impl Clone for VkVideoEncodeH265QpKHR
Source§fn clone(&self) -> VkVideoEncodeH265QpKHR
fn clone(&self) -> VkVideoEncodeH265QpKHR
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 VkVideoEncodeH265QpKHR
impl Default for VkVideoEncodeH265QpKHR
Source§fn default() -> VkVideoEncodeH265QpKHR
fn default() -> VkVideoEncodeH265QpKHR
Returns the “default value” for a type. Read more
impl Copy for VkVideoEncodeH265QpKHR
Auto Trait Implementations§
impl Freeze for VkVideoEncodeH265QpKHR
impl RefUnwindSafe for VkVideoEncodeH265QpKHR
impl Send for VkVideoEncodeH265QpKHR
impl Sync for VkVideoEncodeH265QpKHR
impl Unpin for VkVideoEncodeH265QpKHR
impl UnwindSafe for VkVideoEncodeH265QpKHR
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