#[repr(C)]pub struct VkVideoEncodeAV1QIndexKHR {
pub intraQIndex: u32,
pub predictiveQIndex: u32,
pub bipredictiveQIndex: u32,
}
Fields§
§intraQIndex: u32
§predictiveQIndex: u32
§bipredictiveQIndex: u32
Trait Implementations§
Source§impl Clone for VkVideoEncodeAV1QIndexKHR
impl Clone for VkVideoEncodeAV1QIndexKHR
Source§fn clone(&self) -> VkVideoEncodeAV1QIndexKHR
fn clone(&self) -> VkVideoEncodeAV1QIndexKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkVideoEncodeAV1QIndexKHR
impl Default for VkVideoEncodeAV1QIndexKHR
Source§fn default() -> VkVideoEncodeAV1QIndexKHR
fn default() -> VkVideoEncodeAV1QIndexKHR
Returns the “default value” for a type. Read more
impl Copy for VkVideoEncodeAV1QIndexKHR
Auto Trait Implementations§
impl Freeze for VkVideoEncodeAV1QIndexKHR
impl RefUnwindSafe for VkVideoEncodeAV1QIndexKHR
impl Send for VkVideoEncodeAV1QIndexKHR
impl Sync for VkVideoEncodeAV1QIndexKHR
impl Unpin for VkVideoEncodeAV1QIndexKHR
impl UnwindSafe for VkVideoEncodeAV1QIndexKHR
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