#[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: StdVideoEncodeH264RefMgmtFlags
§refList0ModOpCount: u8
§pRefList0ModOperations: *const StdVideoEncodeH264RefListModEntry
§refList1ModOpCount: u8
§pRefList1ModOperations: *const StdVideoEncodeH264RefListModEntry
§refPicMarkingOpCount: u8
§pRefPicMarkingOperations: *const StdVideoEncodeH264RefPicMarkingEntry
Trait 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 moreimpl Copy for StdVideoEncodeH264RefMemMgmtCtrlOperations
Auto Trait Implementations§
impl Freeze for StdVideoEncodeH264RefMemMgmtCtrlOperations
impl RefUnwindSafe for StdVideoEncodeH264RefMemMgmtCtrlOperations
impl !Send for StdVideoEncodeH264RefMemMgmtCtrlOperations
impl !Sync for StdVideoEncodeH264RefMemMgmtCtrlOperations
impl Unpin for StdVideoEncodeH264RefMemMgmtCtrlOperations
impl UnwindSafe for StdVideoEncodeH264RefMemMgmtCtrlOperations
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