#[repr(C)]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: StdVideoEncodeH264RefMgmtFlagsrefList0ModOpCount: u8pRefList0ModOperations: *const StdVideoEncodeH264RefListModEntryrefList1ModOpCount: u8pRefList1ModOperations: *const StdVideoEncodeH264RefListModEntryrefPicMarkingOpCount: u8pRefPicMarkingOperations: *const StdVideoEncodeH264RefPicMarkingEntryTrait Implementations
sourceimpl Clone for StdVideoEncodeH264RefMemMgmtCtrlOperations
impl Clone for StdVideoEncodeH264RefMemMgmtCtrlOperations
sourcefn clone(&self) -> StdVideoEncodeH264RefMemMgmtCtrlOperations
fn clone(&self) -> StdVideoEncodeH264RefMemMgmtCtrlOperations
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 StdVideoEncodeH264RefMemMgmtCtrlOperations
Auto Trait Implementations
impl RefUnwindSafe for StdVideoEncodeH264RefMemMgmtCtrlOperations
impl !Send for StdVideoEncodeH264RefMemMgmtCtrlOperations
impl !Sync for StdVideoEncodeH264RefMemMgmtCtrlOperations
impl Unpin for StdVideoEncodeH264RefMemMgmtCtrlOperations
impl UnwindSafe for StdVideoEncodeH264RefMemMgmtCtrlOperations
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