#[repr(C)]pub struct VideoEncodeAV1RateControlLayerInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub use_min_q_index: Bool32,
pub min_q_index: VideoEncodeAV1QIndexKHR,
pub use_max_q_index: Bool32,
pub max_q_index: VideoEncodeAV1QIndexKHR,
pub use_max_frame_size: Bool32,
pub max_frame_size: VideoEncodeAV1FrameSizeKHR,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§use_min_q_index: Bool32§min_q_index: VideoEncodeAV1QIndexKHR§use_max_q_index: Bool32§max_q_index: VideoEncodeAV1QIndexKHR§use_max_frame_size: Bool32§max_frame_size: VideoEncodeAV1FrameSizeKHRTrait Implementations§
Source§impl Clone for VideoEncodeAV1RateControlLayerInfoKHR
impl Clone for VideoEncodeAV1RateControlLayerInfoKHR
Source§fn clone(&self) -> VideoEncodeAV1RateControlLayerInfoKHR
fn clone(&self) -> VideoEncodeAV1RateControlLayerInfoKHR
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 PartialEq for VideoEncodeAV1RateControlLayerInfoKHR
impl PartialEq for VideoEncodeAV1RateControlLayerInfoKHR
Source§fn eq(&self, other: &VideoEncodeAV1RateControlLayerInfoKHR) -> bool
fn eq(&self, other: &VideoEncodeAV1RateControlLayerInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoEncodeAV1RateControlLayerInfoKHR
impl Eq for VideoEncodeAV1RateControlLayerInfoKHR
impl Send for VideoEncodeAV1RateControlLayerInfoKHR
impl StructuralPartialEq for VideoEncodeAV1RateControlLayerInfoKHR
impl Sync for VideoEncodeAV1RateControlLayerInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEncodeAV1RateControlLayerInfoKHR
impl RefUnwindSafe for VideoEncodeAV1RateControlLayerInfoKHR
impl Unpin for VideoEncodeAV1RateControlLayerInfoKHR
impl UnwindSafe for VideoEncodeAV1RateControlLayerInfoKHR
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