#[repr(C)]pub struct VideoEncodeH265QpEXT {
    pub qp_i: i32,
    pub qp_p: i32,
    pub qp_b: i32,
}Expand description
Fields§
§qp_i: i32§qp_p: i32§qp_b: i32Implementations§
Source§impl VideoEncodeH265QpEXT
 
impl VideoEncodeH265QpEXT
pub fn builder<'a>() -> VideoEncodeH265QpEXTBuilder<'a>
Trait Implementations§
Source§impl Clone for VideoEncodeH265QpEXT
 
impl Clone for VideoEncodeH265QpEXT
Source§fn clone(&self) -> VideoEncodeH265QpEXT
 
fn clone(&self) -> VideoEncodeH265QpEXT
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 VideoEncodeH265QpEXT
 
impl Default for VideoEncodeH265QpEXT
Source§fn default() -> VideoEncodeH265QpEXT
 
fn default() -> VideoEncodeH265QpEXT
Returns the “default value” for a type. Read more
impl Copy for VideoEncodeH265QpEXT
Auto Trait Implementations§
impl Freeze for VideoEncodeH265QpEXT
impl RefUnwindSafe for VideoEncodeH265QpEXT
impl Send for VideoEncodeH265QpEXT
impl Sync for VideoEncodeH265QpEXT
impl Unpin for VideoEncodeH265QpEXT
impl UnwindSafe for VideoEncodeH265QpEXT
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