#[repr(C)]pub struct VideoEncodeAV1QIndexKHR {
pub intra_q_index: u32,
pub predictive_q_index: u32,
pub bipredictive_q_index: u32,
}Expand description
Fields§
§intra_q_index: u32§predictive_q_index: u32§bipredictive_q_index: u32Trait Implementations§
Source§impl Clone for VideoEncodeAV1QIndexKHR
impl Clone for VideoEncodeAV1QIndexKHR
Source§fn clone(&self) -> VideoEncodeAV1QIndexKHR
fn clone(&self) -> VideoEncodeAV1QIndexKHR
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 VideoEncodeAV1QIndexKHR
impl Debug for VideoEncodeAV1QIndexKHR
Source§impl Default for VideoEncodeAV1QIndexKHR
impl Default for VideoEncodeAV1QIndexKHR
Source§fn default() -> VideoEncodeAV1QIndexKHR
fn default() -> VideoEncodeAV1QIndexKHR
Returns the “default value” for a type. Read more
Source§impl Hash for VideoEncodeAV1QIndexKHR
impl Hash for VideoEncodeAV1QIndexKHR
Source§impl PartialEq for VideoEncodeAV1QIndexKHR
impl PartialEq for VideoEncodeAV1QIndexKHR
impl Copy for VideoEncodeAV1QIndexKHR
impl Eq for VideoEncodeAV1QIndexKHR
impl StructuralPartialEq for VideoEncodeAV1QIndexKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeAV1QIndexKHR
impl RefUnwindSafe for VideoEncodeAV1QIndexKHR
impl Send for VideoEncodeAV1QIndexKHR
impl Sync for VideoEncodeAV1QIndexKHR
impl Unpin for VideoEncodeAV1QIndexKHR
impl UnwindSafe for VideoEncodeAV1QIndexKHR
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