pub struct StdVideoEncodeH264RefMemMgmtCtrlOperations {
pub flags: StdVideoEncodeH264RefMgmtFlags,
pub refList0ModOpCount: u8,
pub pRefList0ModOperations: *const StdVideoEncodeH264RefListModEntry,
pub refList1ModOpCount: u8,
pub pRefList1ModOperations: *const StdVideoEncodeH264RefListModEntry,
pub refPicMarkingOpCount: u8,
pub pRefPicMarkingOperations: *const StdVideoEncodeH264RefPicMarkingEntry,
}Fields§
§flags: StdVideoEncodeH264RefMgmtFlags§refList0ModOpCount: u8§pRefList0ModOperations: *const StdVideoEncodeH264RefListModEntry§refList1ModOpCount: u8§pRefList1ModOperations: *const StdVideoEncodeH264RefListModEntry§refPicMarkingOpCount: u8§pRefPicMarkingOperations: *const StdVideoEncodeH264RefPicMarkingEntryTrait Implementations§
source§impl Clone for StdVideoEncodeH264RefMemMgmtCtrlOperations
impl Clone for StdVideoEncodeH264RefMemMgmtCtrlOperations
source§fn clone(&self) -> StdVideoEncodeH264RefMemMgmtCtrlOperations
fn clone(&self) -> StdVideoEncodeH264RefMemMgmtCtrlOperations
Returns a copy 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 more