#[repr(C)]pub struct StdVideoEncodeH264RefListModEntry {
pub modification_of_pic_nums_idc: u32,
pub abs_diff_pic_num_minus1: u16,
pub long_term_pic_num: u16,
}Fields
modification_of_pic_nums_idc: u32abs_diff_pic_num_minus1: u16long_term_pic_num: u16Trait Implementations
sourceimpl Clone for StdVideoEncodeH264RefListModEntry
impl Clone for StdVideoEncodeH264RefListModEntry
sourcefn clone(&self) -> StdVideoEncodeH264RefListModEntry
fn clone(&self) -> StdVideoEncodeH264RefListModEntry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for StdVideoEncodeH264RefListModEntry
Auto Trait Implementations
impl RefUnwindSafe for StdVideoEncodeH264RefListModEntry
impl Send for StdVideoEncodeH264RefListModEntry
impl Sync for StdVideoEncodeH264RefListModEntry
impl Unpin for StdVideoEncodeH264RefListModEntry
impl UnwindSafe for StdVideoEncodeH264RefListModEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more